Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

chore: Update DUBBD, gitlab, sonarqube, jira and confluence #100

chore: Update DUBBD, gitlab, sonarqube, jira and confluence

chore: Update DUBBD, gitlab, sonarqube, jira and confluence #100

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test')
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.PAT }}
commands: test
permission: write
issue-type: pull-request