ci: fix po review workflow (#38256)
This commit is contained in:
parent
f565ed2438
commit
174100b21c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/review-po-prs.yml
vendored
3
.github/workflows/review-po-prs.yml
vendored
|
|
@ -5,7 +5,6 @@ on:
|
|||
types: [opened, reopened, synchronize, ready_for_review]
|
||||
branches:
|
||||
- develop
|
||||
- "version-[0-9][0-9]-hotfix"
|
||||
paths:
|
||||
- "**/*.po"
|
||||
|
||||
|
|
@ -21,7 +20,7 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: read
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue