summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* .github/workflows: pending-{set,clear}zowoq2020-08-25
|
* .github/CODEOWNERS: add nixos/cri-o testzowoq2020-08-24
|
* .github/CODEOWNERS: add myself to podmanzowoq2020-08-23
|
* .github/CODEOWNERS: add go compilers and builderszowoq2020-08-14
|
* .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/dependabot.yml: disablezowoq2020-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/CODEOWNERS: add editorconfigzowoq2020-08-02
|
* .github/workflows/editorconfig.yml: update to match wait-ofborg actionzowoq2020-08-02
|
* .github/workflows/editorconfig.yml: updatezowoq2020-08-02
|
* .github/CODEOWNERS: add github actionszowoq2020-08-02
|
* Revert "temporary delete github actions"Jörg Thalheim2020-07-31
| | | | | | This reverts commit 256dbf698028f7c0fe2f7907cd3c4fcc3401af22. This did not solve the github action failures
* temporary delete github actionsJörg Thalheim2020-07-31
| | | | | | | 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-31
| | | | | | | | 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>
* Merge pull request #94285 from Mic92/dependabotJörg Thalheim2020-07-31
|\ | | | | dependabot: automatically update github actions
| * dependabot: automatically update github actionsJörg Thalheim2020-07-31
| |
* | Revert "actions/editorconfig: disable until we can combine this with ofborg ↵Jörg Thalheim2020-07-30
|/ | | | | | (#88608)" This reverts commit 1ccf44204bb15d6e4fd6155a971e3a6fbf95e8ac.
* .github/workflows/wait-ofborg.yml: 260 -> 360zowoq2020-07-29
|
* github-ci/ofborg: progress indicatorJörg Thalheim2020-07-28
|
* github-action/ofborg: only run in main repoJörg Thalheim2020-07-28
|
* github-actions: increase timeout to wait for ofborgJörg Thalheim2020-07-28
|
* add github action to wait for ofborgJörg Thalheim2020-07-21
| | | | | | | 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.
* stale bot: spelling nitLinus Heckemann2020-07-17
|
* stale-bot: Make it's messages more instructiveDoron Behar2020-07-04
| | | | | | | | | As somewhat discussed at: https://git.io/JJkRa, make the bot's message a bit more instructive, and clearer as for what it will and won't do, so random contributors will have a better idea what this is about. Also: Split stale issues' and PRs' messages because each should suggest different actions to do.
* CODEOWNERS: adding mmahut to blockchainsMarek Mahut2020-06-20
|
* Revert "Merge nixos-hardware into nixpkgs under `/nixos/hardware`"Graham Christensen2020-06-20
|
* nixos/hardware: move CODEOWNERS to toplevelProfpatsch2020-06-20
|
* .github/stale.yml: fix formattingRyan Mulligan2020-06-01
| | | | | | | | | | | | | | | | | | Before this, the message being written is: ``` Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly: 1. Search for maintainers and people that previously touched the related code and @ mention them in a comment. 2. Ask on the [NixOS Discourse](https://discourse.nixos.org/). 3. Ask on the [#nixos channel](irc://irc.freenode.net/#nixos) on [irc.freenode.net](https://freenode.net). ``` Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com> .github/stale.yml: fix newlines
* .github/stale.yml: quote labelszowoq2020-06-01
|
* actions/editorconfig: disable until we can combine this with ofborg (#88608)Jörg Thalheim2020-05-22
| | | | | 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-21
|
* editorconfig.yml: switch to binaryzowoq2020-05-21
|
* GitHub Actions: check editorconfig in PRszowoq2020-05-20
|
* CODEOWNERS: Move code ownership to php maintainer teamElis Hirwing2020-05-16
|
* .github/CODEOWNERS: add podman teamzowoq2020-05-16
|
* github/CODEOWNERS: Add myself to updatersJan Tojnar2020-05-13
|
* treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2020-05-03
| | | | | tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
* codeowners: Add etu as owner of php testsElis Hirwing2020-04-29
|
* Revert "PHP maintainer team"Elis Hirwing2020-04-29
|
* Merge pull request #85575 from etu/php-maintainer-teamElis Hirwing2020-04-29
|\ | | | | PHP maintainer team
| * codeowners: Add etu as owner of php testsElis Hirwing2020-04-22
| |
* | Merge pull request #86110 from Mic92/pr-templateJörg Thalheim2020-04-27
|\ \ | | | | | | PULL_REQUEST_TEMPLATE: try to simplify call-for-review