Skip to content

Commit

Permalink
Create triage.yml
Browse files Browse the repository at this point in the history
create new github action to marke new issue/pr to triage
  • Loading branch information
ArielA147 authored Nov 24, 2022
1 parent 4e9e7e2 commit a569099
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add Triage for pull requests to projects

on:
pull_request:
types:
- labeled
- opened

jobs:
add-to-project:
name: Add issue or pr with triage tag to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
with:
project-url: https://github.com/lambdaisland/kaocha
github-token: "${{ secrets.GITHUB_TOKEN }}"
labeled: Triage

0 comments on commit a569099

Please sign in to comment.