File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1212 pull_request :
1313 workflow_dispatch :
1414
15+ permissions :
16+ contents : read
17+ id-token : write
18+
1519jobs :
1620 test :
1721 name : Test / OS ${{ matrix.os }} / Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 66 - master
77 - release/*
88
9- pull_request_target :
9+ pull_request :
1010 branches :
1111 - master
1212 - release/*
1616 - reopened
1717 - ready_for_review
1818
19+ permissions :
20+ contents : read
21+
1922jobs :
2023 check-conventional-commits :
2124 runs-on : ubuntu-latest
2629 sparse-checkout : |
2730 .github
2831
29- - if : ${{ github.event_name == 'pull_request_target ' }}
32+ - if : ${{ github.event_name == 'pull_request ' }}
3033 run : |
3134 set -ex
3235
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Manual PyPi Publish
22on :
33 workflow_dispatch :
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 test :
710 name : Test / OS ${{ matrix.os }} / Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 0 * * *'
66
7+ permissions :
8+ contents : write
9+ issues : write
10+ pull-requests : write
11+
712jobs :
813 mark_stale :
914 name : Mark issues and PRs as Stale
You can’t perform that action at this time.
0 commit comments