We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a5e956 + 5e8a0c8 commit ebcc360Copy full SHA for ebcc360
2 files changed
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ on:
10
branches:
11
- '*'
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
testsuite:
18
runs-on: ubuntu-18.04
.github/workflows/stale.yml
@@ -4,9 +4,15 @@ on:
4
schedule:
5
- cron: "0 0 * * *"
6
7
8
9
stale:
+ permissions:
+ issues: write # for actions/stale to close stale issues
+ pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
0 commit comments