Skip to content

Commit 450321d

Browse files
ci(actions): Update workflow templates from organization template repository
Signed-off-by: GitHub <noreply@github.com>
1 parent 5d1e17c commit 450321d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: MIT
33
f776ffe8120cb9a8b2579bc30a7f7ca7 appstore-build-publish.yml
4-
cbffe424c47647a2e375f96f25b67af9 dependabot-approve-merge.yml
4+
7dd8d21d9dd013196cd4bdbf7c24db6f dependabot-approve-merge.yml
55
2581a67c5bcdcd570427e6d51db767d7 fixup.yml
66
80a58e5584612def0e751fcfb7669814 lint-info-xml.yml
77
ccd8a55c60e35b84becb0f7005ce1286 lint-php-cs.yml
@@ -15,5 +15,5 @@ ec7d1084fbb3a6803dbabf3acdd17ac8 phpunit-oci.yml
1515
2070d9569f327e758b9ce2b924c28fef psalm.yml
1616
7db5b820f3750eebe988005a0bb2febd reuse.yml
1717
800d5b188aa885626cf4169fa2dfea9e update-nextcloud-ocp-approve-merge.yml
18-
1a3e76e59e411598dbf3042cd687ec33 update-nextcloud-ocp.yml
19-
9748607544294975609be21633372bdd sync-workflow-templates.yml
18+
595e7ba6f8f494268c3309ab7e3825f2 update-nextcloud-ocp.yml
19+
a064cb13abb8fa131c50af7f826f0331 sync-workflow-templates.yml

.github/workflows/dependabot-approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
# Enable GitHub auto merge
5454
- name: Auto merge
5555
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
56-
if: startsWith(steps.branchname.outputs.branch, 'dependabot/')
56+
if: startsWith(steps.branchname.outputs.branch, 'dependabot/') && (github.event.pull_request.action == 'opened' || github.event.pull_request.action == 'reopened')
5757
with:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)