fixing join bounty display on all v2 frame bounties #317
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: 'Issue Autolink' | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
issue-links: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: tkt-actions/add-issue-links@v1.8.1 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
branch-prefix: 'i' | |
resolve: 'true' |