Skip to content

fix: return internal errors as structured error responses #3695

fix: return internal errors as structured error responses

fix: return internal errors as structured error responses #3695

name: GitHub Projects Tagger
on:
issues:
types:
- opened
pull_request:
types:
- opened
- reopened
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: abernix/github-issue-pull-api-hook@v2.0.1
with:
# These are both set in Org level secrets and work on a safe-listed
# set of repositories that affect the Polaris team. This allows them to
# be updated in a single place. If you want a NEW repo to work, you'll
# need an org admin to add it as a repo to (both) the existing secrets.
# https://github.com/organizations/apollographql/settings/secrets/actions
api_url: ${{ secrets.POLARIS_TAGGER_API_URL }}
bearer_token: ${{ secrets.POLARIS_TAGGER_BEARER_TOKEN }}