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

Commit

Permalink
Merge pull request #96 from bizob2828/add-to-board
Browse files Browse the repository at this point in the history
added job to automatically add issues/pr to Node.js Engineering board
  • Loading branch information
michaelgoin authored Dec 21, 2021
2 parents 84c62ae + ab020a5 commit e05a281
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add-to-board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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.GH_ORG_TOKEN }}

0 comments on commit e05a281

Please sign in to comment.