Skip to content

Commit

Permalink
.github: re-enable auto labeler action to try workaround
Browse files Browse the repository at this point in the history
This was suggested in the upstream bug at actions/labeler#104

Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
  • Loading branch information
anonymouse64 committed Feb 24, 2021
1 parent 635369a commit 8fdbd9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# - https://github.com/actions/labeler/issues/104

# Add 'Run nested' label to either any change on nested lib or nested test
#Run nested:
#- any: ['tests/lib/nested.sh', 'tests/nested/**/*']
Run nested:
- any: ["tests/lib/nested.sh", "tests/nested/**/*"]
1 change: 1 addition & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jobs:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ""

0 comments on commit 8fdbd9e

Please sign in to comment.