Skip to content

Commit

Permalink
Add labels to automated pull requests (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaOrtner authored Jul 15, 2024
2 parents 1211d5d + 0f2c1f8 commit 09ca1e0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/update-translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,12 @@ jobs:
echo "Existing Pull Request updated"
echo "Please merge the Pull Request"
else
gh pr create \
--base main \
--head update-translation-files \
--title "Update Translation Files" \
--body "Updates the API and editor translations with the latest changes."
gh pr create \
--base main \
--head update-translation-files \
--title "Update Translation Files" \
--body "Updates the API and editor translation files with the latest changes." \
--label "PR Type: Maintenance"
echo "New Pull Request created"
fi
Expand Down Expand Up @@ -176,7 +177,8 @@ jobs:
--base main \
--head weblate \
--title "Update Translations" \
--body "New translations from Weblate."
--body "New translations from Weblate." \
--label "PR Type: Enhancement"
echo "New Pull Request created"
fi

0 comments on commit 09ca1e0

Please sign in to comment.