mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
wip
This commit is contained in:
parent
7e8217192e
commit
4ee6146ff8
1 changed files with 5 additions and 1 deletions
6
.github/workflows/pr-reply.yml
vendored
6
.github/workflows/pr-reply.yml
vendored
|
@ -6,8 +6,12 @@
|
||||||
# - Also show the advanced usage link: https://github.com/louislam/uptime-kuma/wiki/Test-Pull-Requests
|
# - Also show the advanced usage link: https://github.com/louislam/uptime-kuma/wiki/Test-Pull-Requests
|
||||||
name: Reply to PRs
|
name: Reply to PRs
|
||||||
on:
|
on:
|
||||||
|
# pull_request_target:
|
||||||
|
# types: [ opened, reopened ]
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [ opened, reopened ]
|
branches:
|
||||||
|
- master
|
||||||
|
types: [synchronize]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
|
Loading…
Add table
Reference in a new issue