Skip to content

Commit 5532054

Browse files
committed
fix: try a config and permissions split
Signed-off-by: jmeridth <[email protected]>
1 parent 54ae566 commit 5532054

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,3 @@ version-resolver:
4040
- 'maintenance'
4141
- 'documentation'
4242
default: patch
43-
autolabeler:
44-
- label: 'automation'
45-
title:
46-
- '/^(build|ci|perf|refactor|test).*/i'
47-
- label: 'enhancement'
48-
title:
49-
- '/^(chore|style).*/i'
50-
- label: 'documentation'
51-
title:
52-
- '/^docs.*/i'
53-
- label: 'feature'
54-
title:
55-
- '/^feat.*/i'
56-
- label: 'fix'
57-
title:
58-
- '/^fix.*/i'
59-
- label: 'revert'
60-
title:
61-
- '/^revert.*/i'

.github/workflows/auto-labeler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
jobs:
1717
main:
1818
permissions:
19-
contents: write
2019
pull-requests: write
2120
name: Auto label pull requests
2221
runs-on: ubuntu-latest
@@ -25,4 +24,4 @@
2524
env:
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2726
with:
28-
config-name: release-drafter.yml
27+
config-name: auto-labeler.yml

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
main:
1414
permissions:
1515
contents: write
16-
pull-requests: write
1716
name: Generate release notes
1817
runs-on: ubuntu-latest
1918
steps:

0 commit comments

Comments
 (0)