mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 11:26:13 +08:00
added permissions
This commit is contained in:
parent
366999bb8e
commit
f88dc88c8d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/comment-failed-pr.yml
vendored
4
.github/workflows/comment-failed-pr.yml
vendored
|
|
@ -1,4 +1,6 @@
|
|||
name: Comment on failed PR
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
|
|
@ -31,5 +33,5 @@ jobs:
|
|||
issue_number: ${{ steps.pr_num_reader.outputs.content }},
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: 'The PR check action failed. Please review the logs and make the necessary changes.' + context.payload.workflow_run.html_url
|
||||
body: 'The PR check action failed. Please review the logs and make the necessary changes. ' + context.payload.workflow_run.html_url
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue