From 3eeb3594c0cc31b2d153ad5180184ea66ff75153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 07:01:01 +0000 Subject: [PATCH] build(deps): Bump hmarr/auto-approve-action from 3.1.0 to 3.2.1 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v3.1.0...v3.2.1) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 61e5e20cd..d9dd97c5c 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@v3.1.0 + - uses: hmarr/auto-approve-action@v3.2.1 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 6b2349e1c..b3587e902 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@v3.1.0 + - uses: hmarr/auto-approve-action@v3.2.1 if: github.actor == 'transifex-integration[bot]' with: github-token: "${{ secrets.GITHUB_TOKEN }}"