✨ AFK への出入り時にgreetingメッセージを読み上げるようにする #446
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-link: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tkt-actions/[email protected] | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
branch-prefix: '/' | |
resolve: 'false' | |
link-style: 'comment' |