Skip to content

Commit a18de56

Browse files
committed
chore(workflows): 🔧 update permissions and scopes in workflow files
- add permissions for issues and pull requests in auto-assign.yml - extend scopes in pr-validation.yml for better coverage
1 parent a9cc91c commit a18de56

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/auto-assign.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
types: [opened]
88

9+
permissions:
10+
issues: write
11+
pull-requests: write
12+
913
jobs:
1014
auto-assign:
1115
runs-on: ubuntu-latest

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: helpers4/action/conventional-commits@main
2020
with:
2121
checkout: "true"
22-
scopes: "angular-dev|auto-header|essential-dev|git-absorb|local-mounts|package-auto-install|peon-ping|shell-history-per-project|typescript-dev|vite-plus|CI-CD"
22+
scopes: "angular-dev|auto-header|essential-dev|git-absorb|local-mounts|package-auto-install|peon-ping|shell-history-per-project|typescript-dev|vite-plus|deps|CI-CD"
2323
pr-comment: "error"
2424

2525
- name: Set status

0 commit comments

Comments
 (0)