summary refs log tree commit diff
path: root/.github/workflows
Commit message (Collapse)AuthorAge
* backport action: comment to keep pin in syncDomen Kožar2021-05-25
|
* Update .github/workflows/backport.ymlDomen Kožar2021-05-25
| | | Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
* Update .github/workflows/backport.ymlDomen Kožar2021-05-25
| | | Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
* Add backporting actionDomen Kožar2021-05-24
| | | | | | If "backport <branch>" label is applied to a PR, once the PR is merged, github-actions bot will create another PR targeting <branch> and cherry-picking commits.
* nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMarkRyan Mulligan2021-05-22
|
* .github/workflows/merge-staging.yml: Include branch in commentJan Tojnar2021-05-13
| | | | | | | | If I receive the mail notification that staging(-next) merge failed, I either need to check `git log staging-next` or click the action run link to find out where should I resolve the conflict. To save time, let’s include the information about which step failed right in the comment.
* editorconfig check: avoid channels as they might break one dayDomen Kožar2021-04-29
|
* editorconfig check: instruct user what to doDomen Kožar2021-04-29
|
* .github/workflows/editorconfig.yml: switch to pull_request_targetzowoq2021-04-28
| | | | | - use pull_request_target to avoid having to manually approve the action - use nixpkgs editorconfig-checker rather than external binary
* actions: add some permission restrictionsGraham Christensen2021-04-24
|
* Update .github/workflows/direct-push.ymlDomen Kožar2021-04-21
| | | | Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
* Update .github/workflows/direct-push.ymlDomen Kožar2021-04-19
| | | Co-authored-by: Alyssa Ross <hi@alyssa.is>
* Add a warning comment on commits that violate ↵Domen Kožar2021-04-19
| | | | https://github.com/NixOS/nixpkgs/issues/118661
* .github/workflows/manual-*.yml: update cachix / install-nix actionszowoq2021-04-03
|
* .github/workflows/labels.yml: set event typeszowoq2021-04-03
| | | | | opened, synchronize, reopened are the defaults for `pull_request_target`, `edited` will trigger the label action if the PRs base branch is changed.
* .github/workflows/editorconfig.yml: 2.3.1 -> 2.3.5zowoq2021-03-30
|
* .github/workflows/labels.yml: label PRszowoq2021-03-20
|
* .github/workflows/rebase.yml: rebase for multiple brancheszowoq2021-02-14
| | | | | | | | | | - Error if the commenter doesn't have write access or maintainers can't edit the PR branch. - Close and comment on PR after rebase so that actions are run when it's reopened. This doesn't happen currently as we're using the default github token which isn't allowed to trigger other actions. - Disallow unwanted rebases. e.g. invalid branches, redundant rebases or rebasing permanent branches onto permanent branches.
* .github/workflows/pending-set.yml: failed -> pendingzowoq2021-01-29
|
* .github/workflows/editorconfig.yml: 2.2.0 -> 2.3.1zowoq2021-01-10
|
* .github/workflows/manual-{nixos,nixpkgs}.yml: fix restrict evalzowoq2021-01-03
| | | | needs an explicit NIX_PATH
* .github/workflows/rebase-staging.yml: commit -> commentzowoq2021-01-03
|
* .github/workflows/rebase-staging.yml: add reaction to the comment that ↵zowoq2021-01-03
| | | | started the job
* .github/workflows: build NixOS/Nixpkgs manuals with PR ref, restrict-eval ↵zowoq2021-01-03
| | | | and sandbox
* .github/workflows: add rebase-staging.ymlzowoq2020-12-29
|
* .github/workflows/editorconfig.yml: use api for list of changed fileszowoq2020-12-28
| | | | faster than doing a full clone and using git diff
* GH action: merge staging(-next): fix cronFrederik Rietdijk2020-12-02
| | | | | 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-29
| | | | | | | 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-28
| | | | | | | | | | | | | 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-10
|
* .github/workflows/editorconfig.yml: check indent_stylezowoq2020-11-10
|
* .github/workflows/editorconfig.yml: 2.1.0 -> 2.2.0zowoq2020-10-21
|
* .github/workflows/editorconfig.yml: get-diff-action 3.1.0 -> 4.0.0zowoq2020-10-13
|
* Revert ".github/workflows: build NixOS/Nixpkgs manuals (#88488)"zowoq2020-10-03
| | | | This reverts commit b3d674549f29211cac2c322e4f3669a7a612f55c.
* .github/workflows: build NixOS/Nixpkgs manuals (#88488)zowoq2020-10-02
|
* .github/workflows: re-add editorconfigzowoq2020-08-28
|
* .github/workflow/pending-{set,clear}: switch to curlzowoq2020-08-26
|
* .github/workflow/pending-{set,clear}: check hashzowoq2020-08-26
|
* .github/workflows: pending-{set,clear}zowoq2020-08-25
|
* .github/workflows: disablezowoq2020-08-11
|
* build(deps): bump technote-space/get-diff-action from v2.0.3 to v3.0.0dependabot[bot]2020-08-10
|
* .github/workflows/editorconfig.yml: skip when diff is emptyzowoq2020-08-09
|
* .github/workflows/wait-ofborg.yml: 360 -> 540zowoq2020-08-07
|
* .github/workflows/*: minor fixeszowoq2020-08-06
|
* .github/workflows/editorconfig.yml: remove branch restrictionzowoq2020-08-05
|
* .github/workflows/wait-ofborg.yml: double timeout if stagingzowoq2020-08-04
|
* .github/workflows/editorconfig.yml: separate fetch and check stepszowoq2020-08-04
|
* .github/workflows/editorconfig.yml: full fetchzowoq2020-08-03
|
* build(deps): bump technote-space/get-diff-action from v2.0.2 to v2.0.3dependabot[bot]2020-08-03
| | | | | | | | 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-02
|