File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ _extends : .github
Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ push :
5+ branches :
6+ - " main"
7+ workflow_dispatch :
8+
9+ jobs :
10+ update_release_draft :
11+ runs-on : ubuntu-latest
12+ steps :
13+ # Drafts your next Release notes as Pull Requests are merged into the default branch
14+ - uses : release-drafter/release-drafter@v5
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.CPP_LINTER_TOKEN }}
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.3 .0
3+ rev : v4.5 .0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
@@ -10,11 +10,11 @@ repos:
1010 - id : check-toml
1111 - id : requirements-txt-fixer
1212 - repo : https://github.com/asottile/pyupgrade
13- rev : v2.36 .0
13+ rev : v3.15 .0
1414 hooks :
1515 - id : pyupgrade
1616 - repo : https://github.com/pycqa/flake8
17- rev : ' 4 .0.1 '
17+ rev : ' 7 .0.0 '
1818 hooks :
1919 - id : flake8
2020 args : [--max-line-length=120]
You can’t perform that action at this time.
0 commit comments