Skip to content

Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 #7530

Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0

Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 #7530

name: Dispatch Slash Commands
on:
issue_comment:
types:
- created
jobs:
dispatch:
name: Dispatch
runs-on: ubuntu-latest
steps:
- name: Dispatch Slash Commands
uses: peter-evans/[email protected]
with:
token: ${{ secrets.CI_TOKEN }}
reaction-token: ${{ secrets.CI_TOKEN }}
issue-type: pull-request
config: >
[
{
"command": "merge",
"permission": "write"
},
{
"command": "rebase",
"permission": "triage"
},
{
"command": "test",
"permission": "triage"
},
{
"command": "build",
"permission": "triage"
},
{
"command": "hold",
"permission": "none"
},
{
"command": "unhold",
"permission": "none"
}
]