-
Notifications
You must be signed in to change notification settings - Fork 509
[stable31] ci(actions): Update workflow templates from organization template repository #16463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nickvergessen
merged 3 commits into
stable31
from
automated/noid/stable31-update-workflows
Dec 1, 2025
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors | ||
| # SPDX-License-Identifier: MIT | ||
| 9bb882153fcfaf45900c156b567ec369 appstore-build-publish.yml | ||
| 96c09aff35b546f550ce7fd6e8cd2f4f block-unconventional-commits.yml | ||
| 54441a607349288b3d028e187ad1276a command-openapi.yml | ||
| d1898b1290d50f874d8092ebda6ee5e1 dependabot-approve-merge.yml | ||
| 2581a67c5bcdcd570427e6d51db767d7 fixup.yml | ||
| 50aadea2c6f8dee8f804305065e87804 lint-eslint.yml | ||
| 904c9f08b782123521aceb014ee10ad9 lint-info-xml.yml | ||
| dc47eb45ef867ec60f9fe86c699a9a31 lint-php-cs.yml | ||
| 9e1f0f7a80a2704b674d9e16156d17e5 lint-php.yml | ||
| 16e116b59c0b506a97fdf8ea4a4d5f9f lint-stylelint.yml | ||
| c8770d61f6f9339176e7c123fa528111 lint-typescript.yml | ||
| b5f9bb9a9f0bac631041c21142f0b74b node.yml | ||
| a4152b2c70643c049a41a598917bc1b6 openapi.yml | ||
| 7c2606c145e035510912f3a8ebdc708d phpunit-mariadb.yml | ||
| 0ae9399f9b9a095ef371ab6cff57a2fc phpunit-mysql.yml | ||
| 990913c6b3c630669c37e9e08c9f730c phpunit-oci.yml | ||
| e7829a982f3a20d54318f25b11cca79e phpunit-pgsql.yml | ||
| 8d0d2e266a3e5ae30bddd365b1fa5899 phpunit-sqlite.yml | ||
| 3c4a096b3b7dbaef0f8e5190ffe13518 pr-feedback.yml | ||
| d53a765b2f31e73d9616589bcab0a69a psalm.yml | ||
| 75fa8b96b7b3aa4328b181ca53764d59 reuse.yml | ||
| 800d5b188aa885626cf4169fa2dfea9e update-nextcloud-ocp-approve-merge.yml | ||
| 53ad28ba9985796fc61bd93cf279623e update-nextcloud-ocp.yml | ||
| 48c2c657b87747c9faeb589bcce08923 update-stable-titles.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| diff --git b/.github/workflows/dependabot-approve-merge.yml a/.github/workflows/dependabot-approve-merge.yml | ||
| index c0411c057..e1d0b9b2f 100644 | ||
| --- b/.github/workflows/dependabot-approve-merge.yml | ||
| +++ a/.github/workflows/dependabot-approve-merge.yml | ||
| @@ -46,13 +46,13 @@ jobs: | ||
|
|
||
| # GitHub actions bot approve | ||
| - uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0 | ||
| - if: startsWith(steps.branchname.outputs.branch, 'dependabot/') | ||
| + if: startsWith(steps.branchname.outputs.branch, 'dependabot/') && contains(steps.branchname.outputs.branch, '/webrtc-adapter-') != true && contains(steps.branchname.outputs.branch, '/nextcloud/vue-') != true | ||
| with: | ||
| github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
|
||
| # Enable GitHub auto merge | ||
| - name: Auto merge | ||
| uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0 | ||
| - if: startsWith(steps.branchname.outputs.branch, 'dependabot/') | ||
| + if: startsWith(steps.branchname.outputs.branch, 'dependabot/') && contains(steps.branchname.outputs.branch, '/webrtc-adapter-') != true && contains(steps.branchname.outputs.branch, '/nextcloud/vue-') != true | ||
| with: | ||
| github-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.