Skip to content

Commit

Permalink
merge auto pr
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Sep 25, 2024
1 parent c1d7d27 commit d13e87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ jobs:
id: cpr
run: |
gh pr create -B main -H ci/release-$TAG --title "Releasing $TAG" --body "Release $TAG auto PR." -a gnunicorn -l minor
gh pr merge --auto ci/release-$TAG
gh pr merge --auto --merge --delete-branch ci/release-$TAG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ needs.tags.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: create pull request
run: |
gh pr create -B main -H weblate-latest --title 'Update translations' --body 'Update latest weblate into main' -a gnunicorn -l minor -l translations
gh pr merge --auto weblate-latest
gh pr merge --auto --merge weblate-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d13e87f

Please sign in to comment.