Skip to content

Commit

Permalink
[ci] #4501: Remove iroha2 labeler matcher (#4532)
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <nurzhan.sakenov@gmail.com>
  • Loading branch information
nxsaken committed May 1, 2024
1 parent 0f4d568 commit 2a0f5b9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
iroha2:
- base-branch: ['main', 'stable']

api-changes:
- all:
- base-branch: '^main$'
- base-branch: 'main'
- changed-files:
- any-glob-to-any-file:
- 'docs/source/references/schema.json'
Expand All @@ -12,7 +9,7 @@ api-changes:

config-changes:
- all:
- base-branch: '^main$'
- base-branch: 'main'
- changed-files:
# TODO have templates actually reflect configrations #4288
# TODO have templates actually reflect configurations #4288
- any-glob-to-any-file: 'configs/*.template.toml'

0 comments on commit 2a0f5b9

Please sign in to comment.