Skip to content

Commit

Permalink
github: temporarily disable action labeler due to issues with labels …
Browse files Browse the repository at this point in the history
…being removed

Auto labeler seems to be removing the labels unexpectedly, see:

- snapcore#9940 (comment) label was added
  manually when opening a PR and later removed by bot

- snapcore#9943 (comment) modified files
  match the label, but labeler removed 'Run nested' label

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
  • Loading branch information
bboozzoo committed Feb 18, 2021
1 parent 9f866d7 commit 8fdd413
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Add 'Run nested' label to either any change on nested lib or nested test
Run nested:
- any: ['tests/lib/nested.sh', 'tests/nested/**/*']
# 18.02.2021: temporarily disabled as labeler keeps removing the labels
# Add 'Run nested' label to either any change on nested lib or nested test
#Run nested:
#- any: ['tests/lib/nested.sh', 'tests/nested/**/*']

0 comments on commit 8fdd413

Please sign in to comment.