chore(deps-dev): bump @types/node from 18.16.3 to 22.7.2 #516
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 (with resolve-word)' | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
issue-link: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
- name: issue link comment | |
uses: ./ | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
branch-prefix: '^' | |
resolve: 'true' | |
resolve-word: 'release:' | |
link-style: 'comment' |