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

github.com/nextcloud/survey_client.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:42:41 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-15 18:42:41 +0300
commitdb175d143f0711f29fb375607c0eca2d653a906b (patch)
treea78676446eabf4ac05d8f11423a2ae2e4f19c1e6
parenteec6c12430793895063f913fe14b409bc70069dc (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]'