This repository has been archived by the owner on May 3, 2024. It is now read-only.
fix(devCdn): only cache 200's #329
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 |