File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ main ]
8
8
merge_group :
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
markdownlint :
12
15
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
schedule :
4
4
- cron : " 12 3 * * *" # arbitrary time not to DDOS GitHub
5
5
6
+ permissions :
7
+ contents : read
8
+
6
9
jobs :
7
10
stale :
11
+ permissions :
12
+ pull-requests : write # required for marking and closing stale PRs
8
13
runs-on : ubuntu-latest
9
14
steps :
10
15
- uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
Original file line number Diff line number Diff line change 4
4
- cron : " 12 4 * * *"
5
5
workflow_dispatch :
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
jobs :
8
11
followup :
12
+ permissions :
13
+ issues : write # required for adding triage labels to issues
9
14
runs-on : ubuntu-latest
10
15
defaults :
11
16
run :
You can’t perform that action at this time.
0 commit comments