File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches : [main]
88 pull_request :
99 branches : [main]
10+ workflow_dispatch :
1011 schedule :
1112 - cron : " 30 1 * * 0"
1213
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: Sync labels
33
44# yamllint disable-line rule:truthy
55on :
6- workflow_dispatch :
76 push :
87 branches :
98 - main
109 paths :
1110 - .github/labels.yml
11+ workflow_dispatch :
1212
1313jobs :
1414 labels :
Original file line number Diff line number Diff line change 22name : Linting
33
44# yamllint disable-line rule:truthy
5- on : [push, pull_request]
5+ on :
6+ push :
7+ pull_request :
8+ workflow_dispatch :
69
710jobs :
811 precommit :
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 name : 🔒 Lock closed issues and PRs
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : dessant/lock-threads@v2.1.2
15+ - uses : dessant/lock-threads@v3.0.0
1616 with :
1717 github-token : ${{ github.token }}
18- issue-lock- inactive-days : " 30"
18+ issue-inactive-days : " 30"
1919 issue-lock-reason : " "
20- pr-lock- inactive-days : " 1"
20+ pr-inactive-days : " 1"
2121 pr-lock-reason : " "
Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - main
9+ workflow_dispatch :
910
1011jobs :
1112 update_release_draft :
Original file line number Diff line number Diff line change 22name : Testing
33
44# yamllint disable-line rule:truthy
5- on : [push, pull_request]
5+ on :
6+ push :
7+ pull_request :
8+ workflow_dispatch :
69
710jobs :
811 pytest :
Original file line number Diff line number Diff line change 22name : Typing
33
44# yamllint disable-line rule:truthy
5- on : [push, pull_request]
5+ on :
6+ push :
7+ pull_request :
8+ workflow_dispatch :
69
710jobs :
811 mypy :
You can’t perform that action at this time.
0 commit comments