Fix auto pr reply (#5945)

pull/5944/head^2
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
1 changed files with 6 additions and 0 deletions

View File

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