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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-15 18:26:51 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-15 18:26:51 +0300
commitc711bd23d545a0ea0b0dbab0a41cbf77b2fdb28b (patch)
treec529c0e558c568d61c7a05588035df35af1ec575
parent0d1532936f52d6f40e413b0b20f0283389a218ea (diff)
Updating dependabot-approve-merge.yml workflow from templatefeat/workflow-auto-update-dependabot-approve-merge.yml
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--.github/workflows/dependabot-approve-merge.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index 0d6e343..d408548 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -15,6 +15,10 @@ on:
permissions:
contents: read
+concurrency:
+ group: dependabot-approve-merge-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
+
jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'