Skip to content

Commit 8580f20

Browse files
committed
fix labeler config
1 parent 0b36f09 commit 8580f20

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ chore:
99
- head-branch: [ '^chore', '^documentation', '^docs', '^ci', '^refactor' ]
1010
release:
1111
- all:
12-
- base-branch: [ 'main', 'master' ]
12+
- base-branch: [ 'main' ]
1313
- head-branch: [ 'development', 'dev' ]

.github/pr-labels.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/label-pull-requests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
Assign-Label-To-Pull-Request:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/labeler@v5.0.0-alpha.1
15+
- uses: actions/labeler@v5
1616
with:
1717
repo-token: "${{ secrets.GITHUB_TOKEN }}"
18+
configuration-path: .github/labeler.yml

.github/workflows/release.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)