aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GH action: merge staging(-next): fix cronFrederik Rietdijk2020-12-021-1/+1
| | | | | It went every minute past every 6th hour, which was too often. Now it should go on the zeroth minute every 6th hour.
* GH Action: merge staging(-next): comment on failureFrederik Rietdijk2020-11-291-0/+9
| | | | | | | Comment on the designated issue in case of a failure. Whoever wants to help out resolving merge conflicts can simply follow this issue.
* GH Action: merge staging(-next) periodicallyFrederik Rietdijk2020-11-281-0/+30
| | | | | | | | | | | | | Automate the merging of `master` -> `staging-next` -> `staging`. Our main development branch is `master`. Large rebuilds go to `staging`. Periodically, `staging` is merged into `staging-next` for stabilization. When considered sufficiently stable, `staging-next` is merged into `master`. As changes arrive on these branches, it is important that they're all updated regularly with eachothers changes. This commit automates that part.
* .github/workflows/editorconfig.yml: disable for release brancheszowoq2020-11-101-0/+2
|
* .github/workflows/editorconfig.yml: check indent_stylezowoq2020-11-101-1/+1
|
* .github/workflows/editorconfig.yml: 2.1.0 -> 2.2.0zowoq2020-10-211-1/+1
|
* .github/workflows/editorconfig.yml: get-diff-action 3.1.0 -> 4.0.0zowoq2020-10-131-1/+1
|
* Revert ".github/workflows: build NixOS/Nixpkgs manuals (#88488)"zowoq2020-10-032-38/+0
| | | | This reverts commit b3d674549f29211cac2c322e4f3669a7a612f55c.
* .github/workflows: build NixOS/Nixpkgs manuals (#88488)zowoq2020-10-022-0/+38
|
* .github/workflows: re-add editorconfigzowoq2020-08-281-0/+27
|
* .github/workflow/pending-{set,clear}: switch to curlzowoq2020-08-262-40/+12
|
* .github/workflow/pending-{set,clear}: check hashzowoq2020-08-262-0/+10
|
* .github/workflows: pending-{set,clear}zowoq2020-08-252-0/+59
|
* .github/workflows: disablezowoq2020-08-112-66/+0
|
* build(deps): bump technote-space/get-diff-action from v2.0.3 to v3.0.0dependabot[bot]2020-08-101-1/+1
|
* .github/workflows/editorconfig.yml: skip when diff is emptyzowoq2020-08-091-0/+2
|
* .github/workflows/wait-ofborg.yml: 360 -> 540zowoq2020-08-071-1/+1
|
* .github/workflows/*: minor fixeszowoq2020-08-062-2/+3
|
* .github/workflows/editorconfig.yml: remove branch restrictionzowoq2020-08-051-2/+0
|
* .github/workflows/wait-ofborg.yml: double timeout if stagingzowoq2020-08-041-2/+7
|
* .github/workflows/editorconfig.yml: separate fetch and check stepszowoq2020-08-041-3/+8
|
* .github/workflows/editorconfig.yml: full fetchzowoq2020-08-031-0/+2
|
* build(deps): bump technote-space/get-diff-action from v2.0.2 to v2.0.3dependabot[bot]2020-08-031-1/+1
| | | | | | | | Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from v2.0.2 to v2.0.3. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc) - [Commits](https://github.com/technote-space/get-diff-action/compare/v2.0.2...b1acdd3017ce344029e1ae6d2b7769c3758799fe) Signed-off-by: dependabot[bot] <support@github.com>
* .github/workflows/editorconfig.yml: update to match wait-ofborg actionzowoq2020-08-021-3/+3
|
* .github/workflows/editorconfig.yml: updatezowoq2020-08-021-1/+1
|
* Revert "temporary delete github actions"Jörg Thalheim2020-07-312-0/+53
| | | | | | This reverts commit 256dbf698028f7c0fe2f7907cd3c4fcc3401af22. This did not solve the github action failures
* temporary delete github actionsJörg Thalheim2020-07-312-53/+0
| | | | | | | We are currently seeing a lot of misterious github actions failures. They might be linked to our github actions: https://github.com/nixos/nixpkgs/actions
* build(deps): bump technote-space/get-diff-action from v1.2.8 to v2.0.2dependabot[bot]2020-07-311-1/+1
| | | | | | | | Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from v1.2.8 to v2.0.2. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc) - [Commits](https://github.com/technote-space/get-diff-action/compare/v1.2.8...8641dcd991ed365c2647f8ee3f31c39bc03f5312) Signed-off-by: dependabot[bot] <support@github.com>
* Revert "actions/editorconfig: disable until we can combine this with ofborg ↵Jörg Thalheim2020-07-301-0/+22
| | | | | | (#88608)" This reverts commit 1ccf44204bb15d6e4fd6155a971e3a6fbf95e8ac.
* .github/workflows/wait-ofborg.yml: 260 -> 360zowoq2020-07-291-1/+1
|
* github-ci/ofborg: progress indicatorJörg Thalheim2020-07-281-0/+1
|
* github-action/ofborg: only run in main repoJörg Thalheim2020-07-281-0/+2
|
* github-actions: increase timeout to wait for ofborgJörg Thalheim2020-07-281-3/+3
|
* add github action to wait for ofborgJörg Thalheim2020-07-211-0/+28
| | | | | | | In case ofborg is down this will not mark the CI as green. Also if other github actions are used and pass checks will be still marked as pending even if other other github actions have passed.
* actions/editorconfig: disable until we can combine this with ofborg (#88608)Jörg Thalheim2020-05-221-22/+0
| | | | | We cannot run this check now, as it marks CI as green even though ofborg has not evaluated it yet. In future we might be able to mark ofborg as a required test: https://github.com/NixOS/nixpkgs/pull/87853#issuecomment-632676824
* editorconfig.yml: suppress curl outputzowoq2020-05-211-1/+1
|
* editorconfig.yml: switch to binaryzowoq2020-05-211-7/+9
|
* GitHub Actions: check editorconfig in PRszowoq2020-05-201-0/+20