Skip to content

Commit

Permalink
Add rebase slash command
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed May 25, 2020
1 parent 41f3207 commit 3bcb903
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@ jobs:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
commands: test
permission: admin
named-args: true
config: >
[
{
"command": "rebase",
"permission": "admin",
"repository": "peter-evans/slash-command-dispatch-processor",
"issue_type": "pull-request"
},
{
"command": "test",
"permission": "admin",
"named_args": true
}
]

0 comments on commit 3bcb903

Please sign in to comment.