This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
koa: Update instrumentation to construct specs at instrumentation level #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |