File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ concurrency:
49
49
group : ${{ github.ref }}
50
50
cancel-in-progress : true
51
51
52
+ permissions :
53
+ contents : read
54
+
52
55
jobs :
53
56
static-analysis :
54
57
timeout-minutes : 30
Original file line number Diff line number Diff line change 20
20
schedule :
21
21
- cron : " 0 0 * * *"
22
22
23
+ permissions :
24
+ contents : read
25
+
23
26
jobs :
24
27
stale :
28
+ permissions :
29
+ issues : write # for actions/stale to close stale issues
30
+ pull-requests : write # for actions/stale to close stale PRs
25
31
runs-on : ubuntu-latest
26
32
steps :
27
33
- uses : actions/stale@v3
Original file line number Diff line number Diff line change 52
52
-pl nifi-system-tests/nifi-system-test-suite
53
53
-pl nifi-system-tests/nifi-stateless-system-test-suite
54
54
55
+ permissions :
56
+ contents : read
57
+
55
58
jobs :
56
59
ubuntu-17 :
57
60
timeout-minutes : 120
You can’t perform that action at this time.
0 commit comments