This repository has been archived by the owner on May 2, 2024. It is now read-only.
Tracking issue for migrating casks to homebrew/cask #1990
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: 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@13bc09769d122a64f75aa5037256f6f2d78be8c4 | |
with: | |
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} | |
reaction-token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} | |
commands: rebase | |
permission: triage | |
issue-type: pull-request |