summary refs log tree commit diff
path: root/.github/workflows
Commit message (Collapse)AuthorAge
* build(deps): bump zeebe-io/backport-action (#131466)Jörg Thalheim2021-07-25
| | | | | | | | | | | | | | | | * build(deps): bump zeebe-io/backport-action Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 2b994724142df0774855690db56bc6308fb99ffa to 0.0.5. This release includes the previously tagged commit. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/2b994724142df0774855690db56bc6308fb99ffa...e5d4d7c39c94b65670847d11d259b2f574fa3d30) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
* build(deps): bump cachix/cachix-action from 9 to 10dependabot[bot]2021-07-25
| | | | | | | | | | | | | | Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 9 to 10. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v9...v10) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: add no-channel check (#109543)Jonas Chevalier2021-07-21
| | | | | | | | | * ci: add no-channel check * Update .github/workflows/no-channel.yml Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com> Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
* GHA: add basic eval checksDomen Kožar2021-07-07
|
* workflows: fix documentation for periodic 24 hours mergeDennis Gosnell2021-07-01
|
* .github/workflows/periodic-merge-*: Tiny improvementsMalte Brandy2021-07-01
|
* .github/workflows/periodic-merge: generalize from merge-stagingMartin Weinelt2021-06-30
| | | | | | | | | | By generalizing the previous merge-staging action we can support a large number of branch pairs that need to be merged periodically. Provide two intervals, daily and every six hours, to accomodate different needs. Co-Authored-By: Malte Brandy <malte.brandy@maralorn.de>
* CONTRIBUTING.md: Move to repo root, where it is more visible.Niklas Hambüchen2021-06-26
| | | | | | | We found that many users found it difficult to locate this document. Github supports it in the root, see: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
* backporting action: Link to backporting criteria.Niklas Hambüchen2021-06-26
| | | | | | | Automation tools should instruct their users clearly what tasks are still on the user. Updates the bot's version to get the `pull_description` feature: https://github.com/zeebe-io/backport-action/pull/64
* Merge pull request #126826 from domenkozar/direct-push-eventually-consistentDomen Kožar2021-06-19
|\ | | | | direct-push action: delay to workaround eventually consistent DB
| * direct-push action: delay to workaround eventually consistent DBDomen Kožar2021-06-14
| |
* | Merge pull request #126825 from domenkozar/backport-label-checkDomen Kožar2021-06-19
|\ \ | |/ |/| backport action: run only when the label starts with 'backport'
| * backport action: run only when the label starts with 'backport'Domen Kožar2021-06-14
| |
* | .github/workflows/rebase.yml: removezowoq2021-06-09
| | | | | | | | It only works sometimes and we're unable to fix it.
* | .github/workflows/nixos-manual.yml: add permisssions so action runs don't ↵Ryan Mulligan2021-06-02
|/ | | | require approval
* backport: trigger also if label is set after the mergeDomen Kožar2021-05-28
|
* backport: set correct permissionsDomen Kožar2021-05-28
|
* .github/workflows/merge-staging.yml: change condition to `repository_owner`zowoq2021-05-28
| | | | This is consistent with the other actions.
* .github/workflows/manual-{nixos,nixpkgs}.yml: add `repository_owner` conditionzowoq2021-05-28
| | | | | We have this set in the other actions, it prevents the action from running in PRs made against forks.
* .github/workflows/rebase.yml: update for 21.05Martin Weinelt2021-05-26
| | | | Adds three more valid branches to the rebase action.
* Merge pull request #124273 from NixOS/backporting-actionDomen Kožar2021-05-25
|\ | | | | Add backporting action
| * 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.
* | .github/workflows/nixos-manual.yml: add repository_owner conditionzowoq2021-05-25
|/ | | | | We have this set in the other actions, it prevents the action from running in PRs made against forks.
* 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.