1
0
mirror of synced 2026-01-10 18:02:53 -05:00

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
This commit is contained in:
Ramya Parimi
2022-02-23 07:59:24 -06:00
committed by GitHub
parent 494df10c8b
commit e8112ffbb4
3 changed files with 0 additions and 21 deletions

View File

@@ -11,7 +11,6 @@ on:
permissions:
issues: write
repository-projects: write
jobs:
triage-issue-comments:
@@ -47,9 +46,3 @@ jobs:
with:
add-labels: 'triage'
ignore-if-labeled: true
- name: Triage to project board
uses: rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
with:
action-token: ${{ secrets.GITHUB_TOKEN }}
project-url: 'https://github.com/github/docs/projects/1'
column-name: 'Triage'

View File

@@ -12,7 +12,6 @@ on:
permissions:
issues: write
repository-projects: write
jobs:
triage_issues:
@@ -24,9 +23,3 @@ jobs:
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
with:
add-labels: 'triage'
- name: Triage to project board
uses: rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
with:
action-token: ${{ secrets.GITHUB_TOKEN }}
project-url: 'https://github.com/github/docs/projects/1'
column-name: 'Triage'

View File

@@ -13,7 +13,6 @@ on:
permissions:
issues: write
pull-requests: write
repository-projects: write
jobs:
triage_pulls:
@@ -25,9 +24,3 @@ jobs:
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
with:
add-labels: 'triage'
- name: Triage to project board
uses: rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
with:
action-token: ${{ secrets.GITHUB_TOKEN }}
project-url: 'https://github.com/github/docs/projects/1'
column-name: 'Triage'