Improve GitHub Actions automations

This commit is contained in:
monosans
2024-02-02 22:11:16 +03:00
parent a5fcd8f1c3
commit a23cf0ba35
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
auto-merge-updates:
runs-on: ubuntu-latest
if: ${{ github.actor_id == secrets.APP_ID }}
if: ${{ github.actor_id == '158570872' }}
steps:
- run: gh pr merge --auto --delete-branch --squash "${PR_URL}"
env:
@@ -30,6 +30,8 @@ jobs:
with:
token: ${{ steps.generate-token.outputs.token }}
commit-message: ${{ matrix.commit-msg }}
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: ${{ matrix.branch }}
delete-branch: true
title: ${{ matrix.commit-msg }}