File tree Expand file tree Collapse file tree 7 files changed +2601
-2978
lines changed Expand file tree Collapse file tree 7 files changed +2601
-2978
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
add-to-inbox :
8
8
if : ${{ github.repository == 'primer/eslint-plugin-primer-react' }}
9
+ runs-on : ubuntu-latest
9
10
env :
10
11
ISSUE_URL : ${{ github.event.issue.html_url }}
11
12
PROJECT_ID : 4503
25
26
with :
26
27
app-id : ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID_FOR_GITHUB }}
27
28
private-key : ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY_FOR_GITHUB }}
29
+ owner : github
28
30
- name : Add issue to project
29
31
run : gh project item-add $PROJECT_ID --url $ISSUE_URL --owner github
30
32
env :
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Use Node.js
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
16
node-version : 18
17
17
cache : ' npm'
23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
- name : Use Node.js
26
- uses : actions/setup-node@v3
26
+ uses : actions/setup-node@v4
27
27
with :
28
28
node-version : 18
29
29
cache : ' npm'
35
35
steps :
36
36
- uses : actions/checkout@v4
37
37
- name : Use Node.js
38
- uses : actions/setup-node@v3
38
+ uses : actions/setup-node@v4
39
39
with :
40
40
node-version : 18
41
41
cache : ' npm'
Original file line number Diff line number Diff line change 15
15
persist-credentials : false
16
16
17
17
- name : Set up Node.js
18
- uses : actions/setup-node@v3
18
+ uses : actions/setup-node@v4
19
19
with :
20
20
node-version : 14
21
21
Original file line number Diff line number Diff line change 5
5
- ' main'
6
6
- ' changeset-release/main'
7
7
8
+ concurrency :
9
+ group : npm-canary
10
+ cancel-in-progress : false
11
+
8
12
jobs :
9
13
release :
10
14
if : ${{ github.repository == 'primer/eslint-plugin-primer-react' }}
11
-
12
15
runs-on : ubuntu-latest
13
16
steps :
14
17
- name : Checkout repository
18
21
fetch-depth : 0
19
22
20
23
- name : Set up Node.js
21
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
22
25
with :
23
26
node-version : 14.x
24
27
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
19
19
- name : Set up Node.js
20
- uses : actions/setup-node@v3
20
+ uses : actions/setup-node@v4
21
21
with :
22
22
node-version : 14.x
23
23
You can’t perform that action at this time.
0 commit comments