summaryrefslogtreecommitdiffstats
path: root/.github/workflows
AgeCommit message (Collapse)Author
2020-12-02GH action: merge staging(-next): fix cronFrederik Rietdijk
It went every minute past every 6th hour, which was too often. Now it should go on the zeroth minute every 6th hour.
2020-11-29GH Action: merge staging(-next): comment on failureFrederik Rietdijk
Comment on the designated issue in case of a failure. Whoever wants to help out resolving merge conflicts can simply follow this issue.
2020-11-28GH Action: merge staging(-next) periodicallyFrederik Rietdijk
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.
2020-11-10.github/workflows/editorconfig.yml: disable for release brancheszowoq
2020-11-10.github/workflows/editorconfig.yml: check indent_stylezowoq
2020-10-21.github/workflows/editorconfig.yml: 2.1.0 -> 2.2.0zowoq
2020-10-13.github/workflows/editorconfig.yml: get-diff-action 3.1.0 -> 4.0.0zowoq
2020-10-03Revert ".github/workflows: build NixOS/Nixpkgs manuals (#88488)"zowoq
This reverts commit b3d674549f29211cac2c322e4f3669a7a612f55c.
2020-10-02.github/workflows: build NixOS/Nixpkgs manuals (#88488)zowoq
2020-08-28.github/workflows: re-add editorconfigzowoq
2020-08-26.github/workflow/pending-{set,clear}: switch to curlzowoq
2020-08-26.github/workflow/pending-{set,clear}: check hashzowoq
2020-08-25.github/workflows: pending-{set,clear}zowoq
2020-08-11.github/workflows: disablezowoq
2020-08-10build(deps): bump technote-space/get-diff-action from v2.0.3 to v3.0.0dependabot[bot]
2020-08-09.github/workflows/editorconfig.yml: skip when diff is emptyzowoq
2020-08-07.github/workflows/wait-ofborg.yml: 360 -> 540zowoq
2020-08-06.github/workflows/*: minor fixeszowoq
2020-08-05.github/workflows/editorconfig.yml: remove branch restrictionzowoq
2020-08-04.github/workflows/wait-ofborg.yml: double timeout if stagingzowoq
2020-08-04.github/workflows/editorconfig.yml: separate fetch and check stepszowoq
2020-08-03.github/workflows/editorconfig.yml: full fetchzowoq
2020-08-03build(deps): bump technote-space/get-diff-action from v2.0.2 to v2.0.3dependabot[bot]
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>
2020-08-02.github/workflows/editorconfig.yml: update to match wait-ofborg actionzowoq
2020-08-02.github/workflows/editorconfig.yml: updatezowoq
2020-07-31Revert "temporary delete github actions"Jörg Thalheim
This reverts commit 256dbf698028f7c0fe2f7907cd3c4fcc3401af22. This did not solve the github action failures
2020-07-31temporary delete github actionsJörg Thalheim
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
2020-07-31build(deps): bump technote-space/get-diff-action from v1.2.8 to v2.0.2dependabot[bot]
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>
2020-07-30Revert "actions/editorconfig: disable until we can combine this with ofborg ↵Jörg Thalheim
(#88608)" This reverts commit 1ccf44204bb15d6e4fd6155a971e3a6fbf95e8ac.
2020-07-29.github/workflows/wait-ofborg.yml: 260 -> 360zowoq
2020-07-28github-ci/ofborg: progress indicatorJörg Thalheim
2020-07-28github-action/ofborg: only run in main repoJörg Thalheim
2020-07-28github-actions: increase timeout to wait for ofborgJörg Thalheim
2020-07-21add github action to wait for ofborgJörg Thalheim
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.
2020-05-22actions/editorconfig: disable until we can combine this with ofborg (#88608)Jörg Thalheim
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
2020-05-21editorconfig.yml: suppress curl outputzowoq
2020-05-21editorconfig.yml: switch to binaryzowoq
2020-05-20GitHub Actions: check editorconfig in PRszowoq