Skip to content

Commit

Permalink
chore: remove workflow adding of triage label
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben M authored Mar 14, 2023
1 parent 6532a86 commit dbf4ff8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/triage_add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,4 @@ jobs:
project-url: https://github.com/orgs/${{github.repository_owner}}/projects/${{env.PROJECT_NUMBER}}
github-token: ${{ secrets.ADD_TO_TRIAGE_BOARD_TOKEN }}

- uses: actions/github-script@v6
# only add label to issue for outside contributors
if: ${{ env.IS_COLLABORATOR == 0 }}
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["triage"]
})

0 comments on commit dbf4ff8

Please sign in to comment.