This repository has been archived by the owner on May 3, 2024. It is now read-only.
chore(deps): bump actions/setup-node from 1 to 3 in /.github/workflows #236
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] prepare-release Dispatch Pull Request Trigger" | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
slashCommandDispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Slash Command Dispatch | |
uses: peter-evans/slash-command-dispatch@v1 | |
with: | |
token: ${{ secrets.PA_TOKEN }} | |
reaction-token: ${{ secrets.GITHUB_TOKEN }} | |
commands: prepare-release | |
permission: none | |
issue-type: pull-request |