Skip to content
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
916a2c4
ci(deps): bump zizmorcore/zizmor-action in /.github/workflows
dependabot[bot] Aug 1, 2026
a635f73
Merge pull request #772 from nextcloud/dependabot/github_actions/dot-…
nickvergessen Aug 5, 2026
92d50b4
ci(deps): bump zizmorcore/zizmor-action in /.github/workflows
dependabot[bot] Aug 8, 2026
d70afb6
docs: Address recurring AI review findings in policy and agent snippets
AndyScherzinger Aug 10, 2026
3e839c7
Merge pull request #773 from nextcloud/dependabot/github_actions/dot-…
AndyScherzinger Aug 10, 2026
c009c81
Merge pull request #774 from nextcloud/docs/noid/ai-policy--code-qual…
kesselb Aug 10, 2026
74cadeb
build(deps): bump dorny/paths-filter in /workflow-templates
dependabot[bot] Aug 12, 2026
67fbff7
chore(branches): Support stable35
nickvergessen Aug 25, 2026
6c6f225
Merge pull request #778 from nextcloud/chore/noid/stable35
skjnldsv Aug 25, 2026
9ee2c95
build(deps): bump cypress-io/github-action in /workflow-templates
dependabot[bot] Aug 27, 2026
86f6868
Merge pull request #779 from nextcloud/dependabot/github_actions/work…
nickvergessen Aug 27, 2026
8147608
Merge pull request #775 from nextcloud/dependabot/github_actions/work…
nickvergessen Aug 27, 2026
0d344ed
fix(freeze): Don't block merges during first and second RC of major r…
nickvergessen Aug 27, 2026
82c1d9c
Merge pull request #780 from nextcloud/ci/noid/dont-freeze-on-first-rcs
skjnldsv Aug 27, 2026
9a91ebe
feat: provide `playwright.yml` used by server and e2ee
susnux Aug 28, 2026
50c6c68
Merge pull request #782 from nextcloud/feat/pw-2
artonge Aug 29, 2026
3da069d
fix(workflow): Remove reference to the gate step
artonge Aug 29, 2026
78ca402
Merge pull request #783 from nextcloud/artonge/fix/gate_playwright
susnux Aug 29, 2026
bd8a971
fix(playwright): add concurrency handling
susnux Aug 29, 2026
1de8317
Merge pull request #784 from nextcloud/fix/pw-concurrency
skjnldsv Aug 30, 2026
39243c1
chore(workflows): Migrate nextcloud-version-matrix to new name and ne…
nickvergessen Aug 31, 2026
2e4ef81
Merge pull request #785 from nextcloud/chore/noid/move-to-new-org
nickvergessen Sep 1, 2026
fb5f5ad
fix: Unify homes of our actions to nextcloud-libraries
nickvergessen Sep 1, 2026
6739f64
Merge pull request #786 from nextcloud/chore/noid/move-to-new-org
nickvergessen Sep 1, 2026
b1039df
fix: Combine changes and matrix jobs
SystemKeeper Sep 6, 2026
531a838
fix(playwright): use proper group id for concurrency group
susnux Sep 8, 2026
e6e8448
Merge pull request #787 from nextcloud/fix/noid/reduce-duplicated-jobs
susnux Sep 8, 2026
e52cb09
Merge pull request #788 from nextcloud/fix/playwright
skjnldsv Sep 9, 2026
93a7728
Adding (N/A) to checklist so that tasklist-completed check ignores it
tobiasKaminsky Sep 10, 2026
417c68e
Merge pull request #789 from nextcloud/tobiasKaminsky-patch-1
tobiasKaminsky Sep 11, 2026
d9a3079
ci(deps): bump zizmorcore/zizmor-action in /.github/workflows
dependabot[bot] Sep 12, 2026
173c7ba
Merge pull request #790 from nextcloud/dependabot/github_actions/dot-…
susnux Sep 13, 2026
e137952
chore: stable32 is community eol
susnux Sep 13, 2026
c0969fd
Merge pull request #791 from nextcloud/chore/32-eol
susnux Sep 13, 2026
e5e87a5
chore: merge updated from Nextcloud organization
nextcloud-command Sep 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflow-templates/sync-workflow-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable35'
- 'stable34'
- 'stable33'
- 'stable32'

name: Update workflows in ${{ matrix.branches }}

Expand Down
Loading