You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
19 lines
506 B
YAML
19 lines
506 B
YAML
name: Dispatch Command
|
|
|
|
on:
|
|
issue_comment:
|
|
types: [created]
|
|
|
|
jobs:
|
|
dispatch-command:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Dispatch /rebase Command
|
|
uses: peter-evans/slash-command-dispatch@72ab5a2e417e454aa8e89c43b28e36fe331e00a5
|
|
with:
|
|
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
|
|
reaction-token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
|
|
commands: rebase
|
|
permission: triage
|
|
issue-type: pull-request
|