File tree Expand file tree Collapse file tree 4 files changed +25
-21
lines changed Expand file tree Collapse file tree 4 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 1- name : ' CodeQL'
1+ name : " CodeQL"
22
33on :
44 push :
5- branches :
6- - main
5+ branches : ["main"]
76
87 pull_request :
8+ branches : ["main"]
99
1010 schedule :
11- - cron : ' 28 20 * * 6'
11+ - cron : " 28 20 * * 6"
12+
13+ # eslint-disable-next-line yml/no-empty-mapping-value
14+ workflow_dispatch :
1215
1316jobs :
1417 analyze :
15- name : Analyze
18+ name : Analyze (${{ matrix.language }})
1619 runs-on : ubuntu-latest
1720 permissions :
1821 actions : read
2225 strategy :
2326 fail-fast : false
2427 matrix :
25- language : ['javascript', 'typescript']
28+ include :
29+ - language : javascript-typescript
30+ build-mode : none
2631
2732 steps :
2833 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: Lock Closed Issues
22
33on :
44 schedule :
5- - cron : ' 20 2 * * *'
5+ - cron : " 20 2 * * *"
66
7+ # eslint-disable-next-line yml/no-empty-mapping-value
78 workflow_dispatch :
89
910permissions :
2627 Please open a new issue for related topics.
2728
2829 issue-inactive-days : 60
29- add-issue-labels : ' archived'
30- process-only : ' issues'
30+ add-issue-labels : " archived"
31+ process-only : " issues"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ name: Node CI
44
55on :
66 push :
7- branches :
8- - main
7+ branches : ["main"]
98
109 pull_request :
10+ branches : ["main"]
1111
1212jobs :
1313 lint :
Original file line number Diff line number Diff line change 1- # This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
2- #
3- # You can adjust the behavior by modifying this file.
4- # For more information, see:
5- # https://github.com/actions/stale
61name : Mark Stale Issues and Pull Requests
72
83on :
94 schedule :
10- - cron : ' 41 20 * * *'
5+ - cron : " 41 20 * * *"
6+
7+ # eslint-disable-next-line yml/no-empty-mapping-value
8+ workflow_dispatch :
119
1210jobs :
1311 stale :
2422 days-before-stale : 60
2523 days-before-close : -1
2624
27- stale-issue-message : ' This issue has been automatically marked as stale because it has not had recent activity.'
25+ stale-issue-message : " This issue has been automatically marked as stale because it has not had recent activity."
2826
29- stale-pr-message : ' This pull request has been automatically marked as stale because it has not had recent activity.'
27+ stale-pr-message : " This pull request has been automatically marked as stale because it has not had recent activity."
3028
31- stale-issue-label : ' stale-issue'
32- stale-pr-label : ' stale-pull-request'
29+ stale-issue-label : " stale-issue"
30+ stale-pr-label : " stale-pull-request"
You can’t perform that action at this time.
0 commit comments