Sign commits in Localazy PRs

This commit is contained in:
Quentin Gliech
2024-12-13 16:43:54 +01:00
parent c066bb9180
commit 2a0af87af3

View File

@@ -9,7 +9,7 @@ jobs:
download:
runs-on: ubuntu-22.04
permissions:
contents: read
contents: write
steps:
- name: Checkout the code
@@ -25,10 +25,14 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v7.0.5
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
sign-commits: true
branch-token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: actions/localazy-download
delete-branch: true
title: Localazy Download
title: Translations updates
labels: |
T-Task
A-I18n
commit-message: Translations updates
- name: Enable automerge
@@ -36,4 +40,4 @@ jobs:
if: steps.cpr.outputs.pull-request-operation == 'created'
env:
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
PR_NUMBER: ${{ steps.cpr.outputs.pull-request-number }}
PR_NUMBER: ${{ steps.cpr.outputs.pull-request-number }}