Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Revert "chore: Remove add-to-triage (#56)"
Browse files Browse the repository at this point in the history
This reverts commit 45d4c17.
  • Loading branch information
nzakas authored Aug 8, 2023
1 parent 0461695 commit d13b772
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/add-to-triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Add to Triage

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/eslint/projects/3
github-token: ${{ secrets.PROJECT_BOT_TOKEN }}
labeled: "triage:no"
label-operator: NOT

0 comments on commit d13b772

Please sign in to comment.