mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-29 15:14:26 +02:00
Fix auto pr reply (#5945)
This commit is contained in:
parent
92f2484a8d
commit
9e7ea4913a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pr-reply.yml
vendored
6
.github/workflows/pr-reply.yml
vendored
|
@ -8,6 +8,12 @@ name: Reply to PRs
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened]
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
reply:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue