Skip to content

Commit

Permalink
Merge pull request #8621 from DelazJ/noAutomerge
Browse files Browse the repository at this point in the history
[GH-Action] Remove the automerge PR operation
  • Loading branch information
m-kuhn authored Nov 7, 2023
2 parents f6aa97c + cb40554 commit 422ae7d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/translation_statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
TRANSIFEX_PASSWORD: ${{ secrets.TRANSIFEX_PASSWORD }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BACKPORT_BRANCH: "release_3.28"
LABELS: "Translation, backport release_3.28, backport release_3.34"

steps:
- name: Harden Runner
Expand Down Expand Up @@ -56,13 +56,4 @@ jobs:
commit-message: Update statistics of translation
title: Update statistics of translation
delete-branch: true
labels: |
Translation
backport ${{ env.BACKPORT_BRANCH }}
- name: Enable Pull Request Automerge
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.create_pr.outputs.pull-request-number }}
merge-method: rebase
labels: ${{ env.LABELS }}

0 comments on commit 422ae7d

Please sign in to comment.