mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
ci: Fixed permission for pr-comment
This commit is contained in:
committed by
GitHub
parent
5ff88d82a1
commit
ee8d2bf175
7
.github/workflows/pr-comment.yml
vendored
7
.github/workflows/pr-comment.yml
vendored
@@ -8,13 +8,14 @@ on:
|
||||
- reopened
|
||||
- unlocked
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
pr-comment:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user