Sign commits in Localazy PRs
This commit is contained in:
12
.github/workflows/translations-download.yaml
vendored
12
.github/workflows/translations-download.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user