mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #11500 from nextcloud/dependabot/github_actions/hmarr/auto-approve-action-4.0.0
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
branch: update-l10n
|
||||
signoff: true
|
||||
|
||||
- uses: hmarr/auto-approve-action@v3.2.1
|
||||
- uses: hmarr/auto-approve-action@v4.0.0
|
||||
if: steps.cpr.outputs.pull-request-operation == 'created'
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
2
.github/workflows/transifex.yml
vendored
2
.github/workflows/transifex.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: Approve
|
||||
steps:
|
||||
- uses: hmarr/auto-approve-action@v3.2.1
|
||||
- uses: hmarr/auto-approve-action@v4.0.0
|
||||
if: github.actor == 'transifex-integration[bot]'
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user