Release 2.6.3 to production #662
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "PR Labeler" | |
on: | |
- pull_request_target | |
jobs: | |
label_PR: | |
# permissions: | |
# contents: read | |
# pull-requests: write | |
runs-on: ubuntu-latest | |
# This Job behaves as a Listener to PR events, and each step is a Handler | |
steps: | |
# HANDLER 1: Label PR, given file changes and Labeling Rules '.github/labeler.yml' | |
- uses: actions/labeler@v5 | |
with: | |
repo-token: ${{ secrets.COOKIECUTTER_PYTHON_PACKAGE_LABELER }} # Ensure GITHUB_TOKEN is used |