homebrew-cask-versions/.github/workflows/dispatch-command.yml
BrewTestBot 7e60fa19c5
Synchronize templates and CI configuration. (#14243)
* cache.yml: update to match main repo

* ci.yml: update to match main repo

* dispatch-command.yml: update to match main repo

* rebase.yml: update to match main repo

* rerun-workflow.yml: update to match main repo

* triage.yml: update to match main repo
2022-07-04 12:44:07 -04:00

22 lines
588 B
YAML

name: Dispatch Command
on:
issue_comment:
types: [created]
permissions:
contents: read
jobs:
dispatch-command:
if: startsWith(github.repository, 'Homebrew/')
runs-on: ubuntu-latest
steps:
- name: Dispatch /rebase Command
uses: peter-evans/slash-command-dispatch@2afb49dbaafaba8005860648bf7fc178637aca0d
with:
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
reaction-token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
commands: rebase
permission: triage
issue-type: pull-request