aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-10-30 08:12:16 +0000
committerHarsh Shandilya <me@msfjarvis.dev>2022-10-30 08:12:16 +0000
commita3118c5476f01a20dba7784104a2765642ebe9cd (patch)
tree26ca85df11b7c6ad439b74716f33c2c7b1359122
parentf870dd49138d63d9803783458abf1356176851db (diff)
fix(github): fix Crowdin and PSL pull labels
-rw-r--r--.github/workflows/sync_crowdin.yml2
-rw-r--r--.github/workflows/update_publicsuffix_data.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml
index d950a2b9..cd7cf05f 100644
--- a/.github/workflows/sync_crowdin.yml
+++ b/.github/workflows/sync_crowdin.yml
@@ -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 }}
diff --git a/.github/workflows/update_publicsuffix_data.yml b/.github/workflows/update_publicsuffix_data.yml
index d0700d52..e6518d45 100644
--- a/.github/workflows/update_publicsuffix_data.yml
+++ b/.github/workflows/update_publicsuffix_data.yml
@@ -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 }}