Skip to content

Commit

Permalink
Create add-issue-triage-board.yml
Browse files Browse the repository at this point in the history
add workflow to add new issues to the firewatch board
  • Loading branch information
Ben M committed Feb 17, 2023
1 parent 3be1490 commit 342fed4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/add-issue-triage-board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Add issue/PR to Triage Board'
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-triage-project-board:
uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml@develop
secrets: inherit

0 comments on commit 342fed4

Please sign in to comment.