Skip to content

Commit e8112ff

Browse files
authored
Update triage workflows to reflect new changes in the triage process (#25520)
* Update triage-issues.yml * Update triage-pull-requests.yml * Update triage-issue-comments.yml * Update triage-issue-comments.yml removed permission to project board * Update triage-issues.yml removed permission to project board * Update triage-pull-requests.yml removed permission to project board * Update triage-pull-requests.yml reverting permission to write PR
1 parent 494df10 commit e8112ff

3 files changed

Lines changed: 0 additions & 21 deletions

File tree

.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)