Issue 135 - Hotfix Invalid Image Dimensions & Update Bug #41
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 Autolink" | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
issue-links: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tkt-actions/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
branch-prefix: "issue-" | |
resolve: "true" |