mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-03-14 00:30:10 +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
|
- name: Slash Command Dispatch
|
||||||
uses: peter-evans/slash-command-dispatch@v1
|
uses: peter-evans/slash-command-dispatch@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
|
||||||
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commands: test
|
config: >
|
||||||
permission: admin
|
[
|
||||||
named-args: true
|
{
|
||||||
|
"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