mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-31 11:46:44 +08:00
Add rebase slash command
This commit is contained in:
parent
41f3207a84
commit
3bcb9032d6
19
.github/workflows/slash-command-dispatch.yml
vendored
19
.github/workflows/slash-command-dispatch.yml
vendored
@ -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
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user