Skip to content

Bump golang.org/x/mod from 0.17.0 to 0.21.0 #9826

Bump golang.org/x/mod from 0.17.0 to 0.21.0

Bump golang.org/x/mod from 0.17.0 to 0.21.0 #9826

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"
}
]