From a23cf0ba3530fbd4743cec96cf239fb6ab25b4a3 Mon Sep 17 00:00:00 2001 From: monosans Date: Fri, 2 Feb 2024 22:11:16 +0300 Subject: [PATCH] Improve GitHub Actions automations --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/update-dependencies.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 0f18606..24323b6 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -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: diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 3080bc7..2ac5986 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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 }}