From e8112ffbb46e8ee4404bc7708794042eafc5256b Mon Sep 17 00:00:00 2001 From: Ramya Parimi <33761166+ramyaparimi@users.noreply.github.com> Date: Wed, 23 Feb 2022 07:59:24 -0600 Subject: [PATCH] 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 --- .github/workflows/triage-issue-comments.yml | 7 ------- .github/workflows/triage-issues.yml | 7 ------- .github/workflows/triage-pull-requests.yml | 7 ------- 3 files changed, 21 deletions(-) diff --git a/.github/workflows/triage-issue-comments.yml b/.github/workflows/triage-issue-comments.yml index d99bc0973b..4741204e58 100644 --- a/.github/workflows/triage-issue-comments.yml +++ b/.github/workflows/triage-issue-comments.yml @@ -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' diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 296f34418b..96f8f4bdfe 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -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' diff --git a/.github/workflows/triage-pull-requests.yml b/.github/workflows/triage-pull-requests.yml index 2a802e1c4a..520e8a4eff 100644 --- a/.github/workflows/triage-pull-requests.yml +++ b/.github/workflows/triage-pull-requests.yml @@ -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'