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'