Updates ticket validator automation
This commit is contained in:
parent
ec90a2e018
commit
bb37c19030
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ticket-check.yml
vendored
3
.github/workflows/ticket-check.yml
vendored
|
@ -13,7 +13,6 @@ jobs:
|
|||
uses: peter-evans/create-or-update-comment@v2
|
||||
with:
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
issue-number: ${{ github.event.number }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
body: |
|
||||
Hello ${{ github.event.actor }} :wave:
|
||||
Please ensure that your ticket has an appropriate title
|
||||
|
|
Loading…
Reference in a new issue