Skip to content

fix: use PAT for release-please to trigger publish workflow #19

fix: use PAT for release-please to trigger publish workflow

fix: use PAT for release-please to trigger publish workflow #19

Workflow file for this run

name: 'Issue Links'
on:
pull_request:
types: [opened]
jobs:
issue-links:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- uses: tkt-actions/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
branch-prefix: 'issue'
link-style: 'body'
position: 'body'
header: '# Related Issue'
resolve: true
assign-pr-creator-to-issue: 'true'