Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-17 05:03:07 +0300
committerGitHub <noreply@github.com>2021-03-17 05:03:07 +0300
commitd3942498699dc1b0b298b178356e2143fbb3bdce (patch)
treef05ad3577e41958f991a652a37ad21d7f6915441 /.github
parentac234efa78471bad0c298b661ef487f7cb7d5b88 (diff)
Bump hmarr/auto-approve-action from v2.0.0 to v2.1.0
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from v2.0.0 to v2.1.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.0.0...5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-approve.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index cc5e6d17c..088719a51 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: hmarr/auto-approve-action@v2.0.0
+ - uses: hmarr/auto-approve-action@v2.1.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"