Commit Graph

57 Commits

Author SHA1 Message Date
Richard Steinmetz
8255f4593d ci: update eol check from template
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-06-07 06:26:31 +00:00
Joas Schilling
7b8adec4bb fix(CI): Update block-merge-eol.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2024-05-06 19:49:56 +00:00
Joas Schilling
92dfe550ed
Merge pull request #11387 from nextcloud/backport/11382/stable27
[stable27] Create block-merge-eol.yml
2023-12-11 11:50:28 +01:00
Joas Schilling
5372934b73 Create block-merge-eol.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-12-11 10:14:46 +00:00
Joas Schilling
d3e47c1dfa Create block-merge-freeze.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-12-11 10:14:15 +00:00
Joas Schilling
b303a163f3 Add OpenAPI workflow to confirm it's working
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-04 08:15:07 +00:00
John Molakvoæ
ffb4670859 fix: add actions/setup-python to build workflow
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-01 07:04:47 +00:00
Christoph Wurst
3058969a44
Merge pull request #10031 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3
Bump peter-evans/create-or-update-comment from 2 to 3
2023-05-11 09:01:12 +02:00
Christoph Wurst
4249a7731b
Merge pull request #10030 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-5
Bump peter-evans/create-pull-request from 4 to 5
2023-05-11 09:00:58 +02:00
Richard Steinmetz
7eea9774e1
ci(sphinxbuild): drop custom action and build directly
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-05-05 10:54:31 +02:00
Daniel Kesselberg
91175460f9
ci(transifex): increase waiting time between mergen retries
From time to time transifex pull requests are piling up.

I assume we are low on runners because transifex creates a lot of pull requests within a short timeframe.

1) Set a dependency for approve
2) Increase the timeout to 120 seconds

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-04-25 21:53:21 +02:00
dependabot[bot]
0d42ef1dc1
Bump peter-evans/create-or-update-comment from 2 to 3
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 06:59:35 +00:00
dependabot[bot]
21266bb22b
Bump peter-evans/create-pull-request from 4 to 5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 06:59:33 +00:00
dependabot[bot]
3eeb3594c0
build(deps): Bump hmarr/auto-approve-action from 3.1.0 to 3.2.1
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v3.1.0...v3.2.1)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 07:01:01 +00:00
dependabot[bot]
0e54be69c0
Bump hmarr/auto-approve-action from 2.2.1 to 3.1.0
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.2.1 to 3.1.0.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v3.1.0)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 16:13:06 +00:00
John Molakvoæ
df85e26098
fix(workflows): fix l10n automated process
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-01 11:51:50 +01:00
John Molakvoæ
497e6072de
Add workflow_dispatch to l10n workflow
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2023-03-01 11:35:05 +01:00
John Molakvoæ
821f4c0a66
Merge pull request #9666 from nextcloud/skjnldsv-patch-2
Fix l10n workflow token and title
2023-03-01 11:29:41 +01:00
John Molakvoæ
d8de632c33
Fix indentation
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2023-03-01 11:28:39 +01:00
John Molakvoæ
1770a85a97
Fix l10n workflow token and title
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2023-03-01 11:27:37 +01:00
John Molakvoæ
bb4bce8453
Fix indentation
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2023-03-01 11:24:42 +01:00
John Molakvoæ
622a64a4dc
Fix indentation
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2023-03-01 11:23:48 +01:00
John Molakvoæ
604b97a664
Merge pull request #8498 from nextcloud/pierreozoux-patch-1
Fixes l10n workflow.
2023-03-01 11:22:31 +01:00
dependabot[bot]
493803a737
Bump pascalgn/automerge-action from 0.15.5 to 0.15.6
Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.5 to 0.15.6.
- [Release notes](https://github.com/pascalgn/automerge-action/releases)
- [Commits](https://github.com/pascalgn/automerge-action/compare/v0.15.5...v0.15.6)

---
updated-dependencies:
- dependency-name: pascalgn/automerge-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 07:01:34 +00:00
dependabot[bot]
42e5639a53
Bump actions/upload-artifact from 3.1.1 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 06:06:09 +00:00
dependabot[bot]
6b1b1e7b82
Bump cirrus-actions/rebase from 1.7 to 1.8
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.7 to 1.8.
- [Release notes](https://github.com/cirrus-actions/rebase/releases)
- [Commits](https://github.com/cirrus-actions/rebase/compare/1.7...1.8)

---
updated-dependencies:
- dependency-name: cirrus-actions/rebase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 06:06:10 +00:00
Daniel
3494e2a1d2
Merge pull request #9243 from nextcloud/dependabot/github_actions/actions/upload-artifact-3.1.1
Bump actions/upload-artifact from 2.2.4 to 3.1.1
2022-12-10 21:56:21 +01:00
dependabot[bot]
2ea66791bf
Bump pascalgn/automerge-action from 0.15.3 to 0.15.5
Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.3 to 0.15.5.
- [Release notes](https://github.com/pascalgn/automerge-action/releases)
- [Commits](https://github.com/pascalgn/automerge-action/compare/v0.15.3...v0.15.5)

---
updated-dependencies:
- dependency-name: pascalgn/automerge-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 06:22:36 +00:00
dependabot[bot]
9501544f38
Bump actions/upload-artifact from 2.2.4 to 3.1.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 06:22:31 +00:00
Nextcloud bot
c0ff696656 Updating command-rebase.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-11 15:15:01 +00:00
Pierre Ozoux
22cf099505 Avoids to run check on l10n branch.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2022-06-03 14:31:12 +02:00
Pierre Ozoux
1069ca888f Fixes l10n workflow.
I think this time it will be good \o/

(sorry for all these commits, difficult to try on my machine :/ )

Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2022-06-03 14:12:31 +02:00
Pierre Ozoux
a923c1d1cb
Merge pull request #7831 from nextcloud/feature/create-build-artifacts
Create build artifacts in Github Actions
2022-06-03 13:43:58 +02:00
Pierre Ozoux
216e8bcfe4 Another attempt to fix l10n bot.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2022-06-01 18:30:41 +02:00
Daniel
03c75b17ea
Merge pull request #8305 from nextcloud/feat/workflow-auto-update-command-rebase.yml
Updating command-rebase.yml workflow from template
2022-05-27 17:43:28 +02:00
Pierre Ozoux
d6a4b1f5a3 Adds automerge of l10n PRs.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2022-05-20 11:44:34 +02:00
Pierre Ozoux
9dabde9a94 Fixes signoff issue.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2022-05-16 14:17:53 +02:00
Pierre Ozoux
55ab99d157 Updates dependencies.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2022-05-16 14:16:26 +02:00
Nextcloud bot
eaf90b9d12 Updating command-rebase.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-13 18:40:47 +00:00
Nextcloud bot
c05a0707b4 Updating command-rebase.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-26 14:56:15 +00:00
John Molakvoæ
46e23ff29b
Create command-rebase.yml 2022-04-13 16:45:35 +02:00
Christian Wolf
63992ebc57 Speedup artifact upload by local packing
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-17 12:20:46 +01:00
Christian Wolf
01b7a61273 Upload the generated builds as artifacts
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-17 12:20:17 +01:00
Christian Wolf
baecb466f7 Added dedicated build step to build only the English version.
This should allow to always see the errors in the original files,
even if translations rise more errors than allowed.

Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-17 11:43:34 +01:00
Christian Wolf
6fbc0d525b Removed obsolete tokens
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-16 18:43:00 +01:00
kesselb
3e22a70d74
Add workflow for fixup commits
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-29 14:41:29 +02:00
kesselb
817cd82e00
Revert "Add action to check for fixup commits"
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-29 14:28:38 +02:00
Daniel Kesselberg
0a627480fb
Add action to check for fixup commits
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-29 14:14:30 +02:00
John Molakvoæ (skjnldsv)
7ce40050de
Do not run actions twice
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-05 22:54:41 +02:00
Daniel Kesselberg
a55d33234b Change merge retry timeout to 60sec
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-10-06 21:44:22 +02:00