We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a0f0f0 + c0afd47 commit e02296cCopy full SHA for e02296c
.github/workflows/cancel.yml
@@ -4,8 +4,13 @@ on:
4
workflows: ["CI"]
5
types:
6
- requested
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
cancel:
12
+ permissions:
13
+ actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
14
runs-on: ubuntu-latest
15
steps:
16
- uses: styfle/cancel-workflow-action@0.9.1
.github/workflows/stale.yml
@@ -4,9 +4,15 @@ on:
schedule:
- cron: "0 0 * * *"
stale:
+ issues: write # for actions/stale to close stale issues
+ pull-requests: write # for actions/stale to close stale PRs
17
18
0 commit comments