mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
Merge branch 'master' into feature/add-proxy-clone-functionality
This commit is contained in:
commit
caf80ceb51
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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, reopened]
|
types: [opened, reopened]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
reply:
|
reply:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue