File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 11on : [push, pull_request]
22name : Build Test
3+ permissions :
4+ contents : read
5+
36jobs :
47 build_test_v3 :
58 strategy :
Original file line number Diff line number Diff line change @@ -2,8 +2,14 @@ name: "Pull Request Labeler"
22on :
33- pull_request_target
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 triage :
10+ permissions :
11+ contents : read # for actions/labeler to determine modified files
12+ pull-requests : write # for actions/labeler to add labels to PRs
713 runs-on : ubuntu-latest
814 steps :
915 - uses : actions/labeler@v4
Original file line number Diff line number Diff line change 44 push :
55 pull_request :
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 golangci :
12+ permissions :
13+ contents : read # for actions/checkout to fetch code
14+ pull-requests : read # for golangci/golangci-lint-action to fetch pull requests
915 name : lint
1016 runs-on : ubuntu-latest
1117 steps :
Original file line number Diff line number Diff line change 33 - cron : ' 0 1 1 * *' # UTC 01:00 on the first day of the Month
44
55name : Release
6+ permissions :
7+ contents : read
8+
69jobs :
710 release :
811 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11on : [push, pull_request]
22name : Shellcheck
3+ permissions :
4+ contents : read
5+
36jobs :
47 shellcheck :
58 name : Shellcheck
Original file line number Diff line number Diff line change 11on : [push, pull_request]
22name : Test
3+ permissions :
4+ contents : read
5+
36jobs :
47 test_v3_module :
58 strategy :
You can’t perform that action at this time.
0 commit comments