Skip to content

Commit

Permalink
[ci]: Unsync auto-labels. Fix config-changes condition
Browse files Browse the repository at this point in the history
Signed-off-by: Shunkichi Sato <[email protected]>
  • Loading branch information
s8sato committed Feb 26, 2024
1 parent 5fc67f1 commit c5ecbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ config-changes:
- all:
- base-branch: '^iroha2-dev$'
- changed-files:
- any-glob-to-any-file: 'configs/**'
# TODO have templates actually reflect configrations #4288
- any-glob-to-any-file: 'configs/*.template.toml'
2 changes: 0 additions & 2 deletions .github/workflows/iroha2-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- id: label-the-PR
uses: actions/labeler@v5
with:
sync-labels: true
- uses: mshick/add-pr-comment@v2
if: contains(steps.label-the-PR.outputs.all-labels, 'config-changes')
with:
Expand Down

0 comments on commit c5ecbdb

Please sign in to comment.