File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 branches :
88 - main
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 golangci :
1215 name : Lint with GolangCI
Original file line number Diff line number Diff line change 66 - " .github/workflow/lint_markdown.yml"
77 - " **.md"
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 lint-grammar :
1114 runs-on : ubuntu-latest
1821 vale_flags : " --glob=!{CHANGELOG.md,.github/styles/proselint/README.md}"
1922 filter_mode : nofilter
2023 fail_on_error : true
21- version : ' 3.0.3'
24+ version : " 3.0.3"
2225 env :
2326 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
2427 lint-structure :
Original file line number Diff line number Diff line change 77 - edited
88 - synchronize
99
10+ permissions :
11+ pull-requests : read
12+
1013jobs :
1114 main :
1215 name : Validate PR title
4447 # special "[WIP]" prefix to indicate this state. This will avoid the
4548 # validation of the PR title and the pull request checks remain pending.
4649 # Note that a second check will be reported if this is enabled.
47- wip : true
50+ wip : false
4851 # When using "Squash and merge" on a PR with only one commit, GitHub
4952 # will suggest using that commit message instead of the PR title for the
5053 # merge commit, and it's easy to commit this by mistake. Enable this option
Original file line number Diff line number Diff line change 44 branches :
55 - main
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 release-please :
912 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 branches :
88 - main
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 unitests :
1215 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments