Skip to content

Commit eaddd39

Browse files
authored
Merge pull request #15767 from github/repo-sync
repo sync
2 parents a8a325f + 7ecbaba commit eaddd39

6 files changed

Lines changed: 3 additions & 24 deletions

File tree

.github/workflows/create-translation-batch-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: 'Setup node'
119119
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
120120
with:
121-
node-version: '16'
121+
node-version: 16.14.x
122122

123123
- run: npm ci
124124

.github/workflows/os-ready-for-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Node
5050
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
5151
with:
52-
node-version: 16.x
52+
node-version: 16.14.x
5353
cache: npm
5454

5555
- name: Install dependencies

.github/workflows/package-lock-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
3131
with:
32-
node-version: 16.x
32+
node-version: 16.14.x
3333

3434
- name: Run check
3535
run: |

.github/workflows/triage-issue-comments.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
permissions:
1313
issues: write
14-
repository-projects: write
1514

1615
jobs:
1716
triage-issue-comments:
@@ -47,9 +46,3 @@ jobs:
4746
with:
4847
add-labels: 'triage'
4948
ignore-if-labeled: true
50-
- name: Triage to project board
51-
uses: rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
52-
with:
53-
action-token: ${{ secrets.GITHUB_TOKEN }}
54-
project-url: 'https://github.com/github/docs/projects/1'
55-
column-name: 'Triage'

.github/workflows/triage-issues.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
permissions:
1414
issues: write
15-
repository-projects: write
1615

1716
jobs:
1817
triage_issues:
@@ -24,9 +23,3 @@ jobs:
2423
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
2524
with:
2625
add-labels: 'triage'
27-
- name: Triage to project board
28-
uses: rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
29-
with:
30-
action-token: ${{ secrets.GITHUB_TOKEN }}
31-
project-url: 'https://github.com/github/docs/projects/1'
32-
column-name: 'Triage'

.github/workflows/triage-pull-requests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
permissions:
1414
issues: write
1515
pull-requests: write
16-
repository-projects: write
1716

1817
jobs:
1918
triage_pulls:
@@ -25,9 +24,3 @@ jobs:
2524
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
2625
with:
2726
add-labels: 'triage'
28-
- name: Triage to project board
29-
uses: rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
30-
with:
31-
action-token: ${{ secrets.GITHUB_TOKEN }}
32-
project-url: 'https://github.com/github/docs/projects/1'
33-
column-name: 'Triage'

0 commit comments

Comments
 (0)