Skip to content

Commit

Permalink
chore: adds a workflow to add any new issues or prs to our GH enginee…
Browse files Browse the repository at this point in the history
…ring board
  • Loading branch information
bizob2828 committed Mar 19, 2024
1 parent c7f009a commit bbe45c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/add-to-board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto Assign to Project(s)

on:
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
add-to-board:
uses: newrelic/node-newrelic/.github/workflows/board.yml@main
# See board.yml explaining why this has to be done
secrets:
gh_token: ${{ secrets.NODE_AGENT_GH_TOKEN }}

0 comments on commit bbe45c2

Please sign in to comment.