586 Ensured that config is only ever accessed as a keyed service to prevent it being overwritten #154
Workflow file for this run
This file contains 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: Auto Labeller | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
jobs: | |
labelling: | |
name: Labelling | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: harupy/auto-labeling@master | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
label-pattern: '- \[(.*?)\] ?`(.+?)`' # matches '- [x] `label`' |