Merge pull request #9244 from nextcloud/dependabot/github_actions/hmarr/auto-approve-action-3.1.0

This commit is contained in:
dependabot[bot]
2023-03-01 16:19:21 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}"

View File

@@ -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 }}"