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 7440d80 commit 27c6650
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
29 changes: 17 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,28 @@ release:
- base-branch: 'main'

go:
- changed-files:
- any-glob-to-any-file: '*.go'
- any:
- changed-files:
- any-glob-to-any-file: '*.go'

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

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

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

docs:
- changed-files:
- any-glob-to-any-file: 'assets/**'
- any-glob-to-any-file: '*.md'
- any:
- changed-files:
- any-glob-to-any-file: 'assets/**'
- any-glob-to-any-file: '*.md'
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout the code
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 27c6650

Please sign in to comment.