Changed private references to shared model to enable ability to reference public classes again #127
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`' |