Skip to content

Commit

Permalink
Merge pull request DIRACGrid#7601 from fstagni/80_labeler_update_2
Browse files Browse the repository at this point in the history
fix: labeler.yml update for v5
  • Loading branch information
chrisburr authored May 1, 2024
2 parents 11556c1 + 8b5444e commit 2ed3778
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
alsoTargeting:integration:
- '*'
- '**/*'
# Workaround as hidden files are ignored by the labeler action:
# https://github.com/actions/labeler/issues/135
- '.*'
- '.*/*'
- '.*/**/*'
# Add 'alsoTargeting:integration' label to any changes within the entire repository
"alsoTargeting:integration":
- changed-files:
- any-glob-to-any-file: '**'
5 changes: 4 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on:
- pull_request_target

jobs:
triage:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
Expand Down

0 comments on commit 2ed3778

Please sign in to comment.