We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9d9a0 commit 3d89f1aCopy full SHA for 3d89f1a
2 files changed
.github/workflows/autoAssignABTT.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
assign_one_project:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ issues: write
13
name: Assign to ABTT Project
14
steps:
15
- name: "Add triage and area labels"
.github/workflows/stale.yml
@@ -8,7 +8,8 @@ jobs:
stale:
-
- uses: actions/stale@v3
with:
0 commit comments