Gh-12: Clean up inconsistent use of quotes in gafferpy #12
Workflow file for this run
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 Links' | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
issue-links: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tkt-actions/add-issue-links@v1.6.0 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
branch-prefix: 'gh-' | |
link-style: 'body' | |
resolve: 'true' |