Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyoshii committed Dec 6, 2023
1 parent 27c6650 commit 8cf66c0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,24 @@ release:
go:
- any:
- changed-files:
- any-glob-to-any-file: '*.go'
- any-glob-to-any-file: ['*.go']

workflow:
- any:
- changed-files:
- any-glob-to-any-file: '.github/**/**'
- any-glob-to-any-file: ['.github/**/**']

test:
- any:
- changed-files:
- any-glob-to-any-file: 'e2e/**'
- any-glob-to-any-file: 'test/**'
- any-glob-to-any-file: ['e2e/**', 'test/**']

pages:
- any:
- changed-files:
- any-glob-to-any-file: '_config.yaml'
- any-glob-to-any-file: ['_config.yaml']

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

0 comments on commit 8cf66c0

Please sign in to comment.