We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cc91c commit a18de56Copy full SHA for a18de56
2 files changed
.github/workflows/auto-assign.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
types: [opened]
8
9
+permissions:
10
+ issues: write
11
+ pull-requests: write
12
+
13
jobs:
14
auto-assign:
15
runs-on: ubuntu-latest
.github/workflows/pr-validation.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: helpers4/action/conventional-commits@main
20
with:
21
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"
+ 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"
23
pr-comment: "error"
24
25
- name: Set status
0 commit comments