File tree Expand file tree Collapse file tree 5 files changed +13
-1
lines changed
Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1515 pull_request :
1616 workflow_call : # a way to embed the main tests
1717
18+ permissions :
19+ contents : read
20+
1821concurrency :
1922 group : >-
2023 ${{
Original file line number Diff line number Diff line change 22
33name : Common issues check
44
5- on : [pull_request]
5+ on :
6+ pull_request :
67
78permissions :
89 contents : read
Original file line number Diff line number Diff line change 2525 contents : write
2626 # for cycjimmy/semantic-release-action to write comments to issues
2727 issues : write
28+ # for cycjimmy/semantic-release-action to write comments to PRs
29+ pull-requests : write
2830
2931 name : Release
3032 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 8383 description : Mandatory token for uploading to Codecov
8484 required : true
8585
86+ permissions :
87+ contents : read
88+
8689env :
8790 COLOR : >- # Supposedly, pytest or coveragepy use this
8891 yes
Original file line number Diff line number Diff line change 1010 - cron : 3 5 * * * # run daily at 5:03 UTC
1111 workflow_dispatch : # manual trigger
1212
13+ permissions :
14+ contents : read
15+
1316run-name : >-
1417 🌃
1518 Nightly run of
You can’t perform that action at this time.
0 commit comments