mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-05-24 22:06:54 -06:00
* 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
22 lines
588 B
YAML
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
|