A GitHub Action that automatically links to referenced Sentry issues in issues and PRs
name: Auto link Sentry issueson:
issues:
types:
- opened
- editedpull_request:
branches: [main]types:
- opened
- editedjobs:
linkify_sentry:
runs-on: ubuntu-lateststeps:
- uses: formsort/sentryfuge@v1with:
github_token: ${{ secrets.GITHUB_TOKEN }}org_slug: formsortproject_prefixes: | FLOW-FE FLOW-BE STUDIO-FE STUDIO-BEOptionally use sentry_base if you have a self-hosted Sentry instance.