Fix auto pr reply (#5945)

This commit is contained in:
Louis Lam 2025-06-23 21:12:18 +08:00 committed by GitHub
parent 92f2484a8d
commit 9e7ea4913a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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