chore(deps-dev): bump @types/node from 18.16.3 to 22.8.2 #534
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 Link Comment' | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
issue-link: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Add issue links with link-style option | |
uses: ./ | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
branch-prefix: 'issue-' | |
position: 'top' # nothing affects | |
resolve: 'false' | |
repository: 'tktcorporation/tktcorporation' | |
link-style: 'comment' |