File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1010 tags :
1111 - ' v*.*.*' # normal release
1212
13+ permissions :
14+ contents : write
15+ actions : read
16+ checks : read
17+ statuses : read
18+
1319# https://docs.github.com/en/actions/using-jobs/using-concurrency
1420concurrency :
1521 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1414 - ' docs/**'
1515 - ' *.md'
1616
17+ permissions :
18+ contents : read
19+ actions : read
20+ checks : write
21+ statuses : write
22+
1723# https://docs.github.com/en/actions/using-jobs/using-concurrency
1824concurrency :
1925 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1717 - ' docs/**'
1818 - ' *.md'
1919
20+ permissions :
21+ contents : read
22+ actions : read
23+ checks : write
24+ statuses : write
25+
2026# https://docs.github.com/en/actions/using-jobs/using-concurrency
2127concurrency :
2228 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments