Skip to content

Commit

Permalink
fix: try a config and permissions split
Browse files Browse the repository at this point in the history
Signed-off-by: jmeridth <jmeridth@gmail.com>
  • Loading branch information
jmeridth committed Apr 14, 2024
1 parent 54ae566 commit 5532054
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
19 changes: 0 additions & 19 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,3 @@ version-resolver:
- 'maintenance'
- 'documentation'
default: patch
autolabeler:
- label: 'automation'
title:
- '/^(build|ci|perf|refactor|test).*/i'
- label: 'enhancement'
title:
- '/^(chore|style).*/i'
- label: 'documentation'
title:
- '/^docs.*/i'
- label: 'feature'
title:
- '/^feat.*/i'
- label: 'fix'
title:
- '/^fix.*/i'
- label: 'revert'
title:
- '/^revert.*/i'
3 changes: 1 addition & 2 deletions .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
jobs:
main:
permissions:
contents: write
pull-requests: write
name: Auto label pull requests
runs-on: ubuntu-latest
Expand All @@ -25,4 +24,4 @@
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config-name: release-drafter.yml
config-name: auto-labeler.yml
1 change: 0 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
main:
permissions:
contents: write
pull-requests: write
name: Generate release notes
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5532054

Please sign in to comment.