Skip to content

Commit

Permalink
Merge pull request #581 from falgon/test-for-pr-labeler-6
Browse files Browse the repository at this point in the history
test for pr-labeler
  • Loading branch information
kodiakhq[bot] authored Sep 2, 2024
2 parents 64e5a12 + b6bcc5e commit bcdf26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CI:
- all:
- changed-files:
- any-glob-to-any-file: '.github/**'
- all-globs-to-all-file: '!.github/ISSUE_TEMPLATE/**'
- all-globs-to-all-files: '!.github/ISSUE_TEMPLATE/**'

documentation:
- changed-files:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: CI-pr-label
on:
pull_request_target:
types:
- opened
types: [opened]
jobs:
label:
permissions:
Expand Down

0 comments on commit bcdf26f

Please sign in to comment.