Skip to content

build(deps): Bump github.com/go-resty/resty/v2 from 2.16.4 to 2.16.5 #148

build(deps): Bump github.com/go-resty/resty/v2 from 2.16.4 to 2.16.5

build(deps): Bump github.com/go-resty/resty/v2 from 2.16.4 to 2.16.5 #148

name: Slash Commands
on:
issue_comment:
types: [created]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Check user permission
id: check
uses: scherermichael-oss/action-has-permission@master
with:
required-permission: admin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Execute slash command
if: steps.check.outputs.has-permission
uses: wow-actions/slash-commands@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: .github/slash-commands-config.yml