fix(github): fix Crowdin and PSL pull labels
This commit is contained in:
parent
f870dd4913
commit
a3118c5476
2 changed files with 2 additions and 2 deletions
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
body: This is an automated pull request to sync localisations from Crowdin.
|
||||
branch: bot/crowdin-sync
|
||||
commit-message: "strings: sync with crowdin"
|
||||
labels: A-localisation, P-low, S-waiting-on-review
|
||||
labels: A-localisation, S-automerge
|
||||
title: Sync localisations from Crowdin
|
||||
token: ${{ secrets.PSL_UPDATE_TOKEN }}
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
body: This is an automated pull request to update the publicsuffixes file to the latest copy from Mozilla
|
||||
branch: bot/update-psl
|
||||
commit-message: "autofill-parser: update publicsuffixes file"
|
||||
labels: A-PSL
|
||||
labels: A-PSL, S-automerge
|
||||
title: Update Public Suffix List data
|
||||
token: ${{ secrets.PSL_UPDATE_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue