Skip to content

Commit

Permalink
Merge pull request #577 from falgon/test-for-pr-labeler-2
Browse files Browse the repository at this point in the history
Fix pr-labeler
  • Loading branch information
kodiakhq[bot] authored Sep 2, 2024
2 parents 0026d8f + fd1491a commit 7646b17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
style:
- changed-files:
- any-glob-to-any-file: 'contents/scss/**'

CI:
- all:
- changed-files:
- any-glob-to-any-file: '.github/**'
- all-glob-to-all-file: '!.github/ISSUE_TEMPLATE/**'

documentation:
- changed-files:
- any-glob-to-any-file: ['**/*.md', '**/*.markdown']
- any-glob-to-any-file:
- '**/*.md'
- '**/*.markdown'

docker:
- changed-files:
- any-glob-to-any-file: 'docker/**'

pages:
- any-glob-to-any-file: 'contents/pages/**'
- changed-files:
- any-glob-to-any-file: 'contents/pages/**'
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:
pr-labeler:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7646b17

Please sign in to comment.