From 0e54be69c0a769adb0c791b02866e3129ee2a180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 16:13:06 +0000 Subject: [PATCH] Bump hmarr/auto-approve-action from 2.2.1 to 3.1.0 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.2.1 to 3.1.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v3.1.0) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate_catalog_templates.yml | 2 +- .github/workflows/transifex.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_catalog_templates.yml b/.github/workflows/generate_catalog_templates.yml index 2d843f965..61e5e20cd 100644 --- a/.github/workflows/generate_catalog_templates.yml +++ b/.github/workflows/generate_catalog_templates.yml @@ -29,7 +29,7 @@ jobs: branch: update-l10n signoff: true - - uses: hmarr/auto-approve-action@v2.2.1 + - uses: hmarr/auto-approve-action@v3.1.0 if: steps.cpr.outputs.pull-request-operation == 'created' with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 74927abee..6b2349e1c 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest name: Approve steps: - - uses: hmarr/auto-approve-action@v2.2.1 + - uses: hmarr/auto-approve-action@v3.1.0 if: github.actor == 'transifex-integration[bot]' with: github-token: "${{ secrets.GITHUB_TOKEN }}"