summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump cachix/cachix-action from 11 to 12•••Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 11 to 12. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v11...v12) --- 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>dependabot[bot]2022-10-284-4/+4
* CODEOWNERS: Add myself for kea-exporter module•••Because I missed a recent PR against the module. Martin Weinelt2022-10-191-0/+1
* .github/workflows: replace deprecated `set-output`•••https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ zowoq2022-10-162-2/+2
* .github/workflows: use ofborg-eval context for pending status•••Instead of adding a pending status with context `Wait for ofborg`, make the context `ofborg-eval` and the description "Wait for OfBorg...". That way, the status will be reused by OfBorg when it starts evaluation and we don't need to clear it any more. Naïm Favier2022-10-153-56/+33
* .github/workflows/update-terraform-providers.yml: add link to run log•••also move git clean to separate step zowoq2022-10-141-0/+4
* build(deps): bump cachix/install-nix-action from 17 to 18•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18) dependabot[bot]2022-10-137-7/+7
* build(deps): bump cachix/cachix-action from 10 to 11•••Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v10...v11) dependabot[bot]2022-10-134-4/+4
* .github/workflows/update-terraform-providers.yml: set max-workers to 2•••also add git clean so logs aren't committed zowoq2022-10-081-0/+2
* .github/workflows/update-terraform-providers.yml: bypass interactive promptzowoq2022-10-071-1/+1
* Merge pull request #194825 from qowoz/tf-update-action•••.github/workflows/update-terraform-providers.yml: re-enable Jörg Thalheim2022-10-071-14/+7
|\
| * .github/workflows/update-terraform-providers.yml: re-enable•••- run daily with updateScript, will create a commit for each provider update - drop wip label and failure comment zowoq2022-10-041-14/+7
* | fix typoValentin Gagarin2022-10-041-1/+1
|/
* fix typoValentin Gagarin2022-09-301-1/+1
* Merge pull request #192981 from winterqt/update-backport-action•••backport-action: 0.0.5 -> 0.0.8Domen Kožar2022-09-261-4/+1
|\
| * backport-action: 0.0.5 -> 0.0.8Winter2022-09-251-4/+1
* | CODEOWNERS: add piegames to check-meta.nixpiegames2022-09-251-0/+1
* | .github/labeler.yml: add vscode labelsuperherointj2022-09-211-0/+3
* | .github/workflows/update-terraform-providers.yml: add nixpkgs-unstable for ni...•••nix_path was removed from the update scripts in 3e63fa279f035df1d3650aa392f3a55a374e4cb4 zowoq2022-09-211-0/+2
|/
* issue template: fill 'about' field•••according to [GitHub documentation] some fields are required. `about` is not listed, but it probably is required. [GitHub documentation]: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms Valentin Gagarin2022-09-191-1/+1
* add issue template for missing or incorrect documentation•••this allows anyone to create labelled issues for easy filtering. Valentin Gagarin2022-09-161-0/+32
* .github/workflows/update-terraform-providers.yml: disable scheduled update•••try nixpkgs-update with passthru.updateScript zowoq2022-09-151-2/+2
* .github/workflows: fix permissions•••the merge actions comment on pull requests, seems this was broken by 2c71278a2395d6d8c4e06d1ebe4de1ffdae727c7 also: - fix permissions on new manual rendering action - drop unnecessary issues permission from the terraform action zowoq2022-09-124-5/+4
* workflows: fix manual-rendering.yml•••the check command didn't set NIX_PATH, so compare-manuals.sh (which is a nix-shell script) failed.pennae2022-09-111-0/+1
* workflows: add check for docbook/md manual equality•••we want to make sure that rendering the manual from markdown without going through docbook produces (semantically) the same output as with going through docbook. to ensure this we'll build the manual twice, run each manual through html-tidy to generate a normalized form and diff the normalized forms. we don't want to compare raw output because that exposes us to a lot of whitespace we'd have to reproduce exactly in the MD render. this check may be relaxed even further in the future, but hopefully not by much. pennae2022-09-102-0/+84
* workflows: check that nixos manual does not use docbook option docs•••the nixos manual should not use docbook for module option documentation, only markdown, to make future transition to a markdown-only world easier and less painful. this check will ensure that all options documentation (even plain text that would not be interpreted specially by neither markdown nor docbook) is declared as being markdown. pennae2022-09-101-1/+9
* .github/labeler.yml: label PR that touches cinnamon modules and testsBobby Rong2022-09-051-0/+2
* .github/CODEOWNERS: remove rust docs/packagingzowoq2022-08-231-2/+0
* Add myself to Perl CODEOWNERSJanne Heß2022-08-201-3/+3
* buildGo{Module,Package}: move to build-support/gozowoq2022-08-072-4/+2
* terraform-full: remove (#184649)•••* terraform-full: remove * .github/workflows/update-terraform-providers.yml: switch to terraform.fullzowoq2022-08-021-1/+1
* Revert "backport-action: 0.0.5 -> 0.0.8"Winter2022-07-241-1/+6
* backport-action: 0.0.5 -> 0.0.8Winter2022-07-241-6/+1
* Merge pull request #180228 from fricklerhandwerk/codeowners-doc•••codeowners: add fricklerhandwerk to documentationJanne Heß2022-07-131-0/+1
|\
| * codeowners: add fricklerhandwerk to documentationValentin Gagarin2022-07-051-0/+1
* | .github/CODEOWNERS: remove non-committer•••Resolves github warning that the file contains errors: cbf736eb3906fd1d4c3efba40d3846140a616b9b zowoq2022-07-121-2/+2
* | terraform-providers: update 2022-07-10github-actions[bot]2022-07-101-1/+1
* | ci: Add GitHub token permissions for workflows•••Signed-off-by: Varun Sharma <varunsh@stepsecurity.io> Varun Sharma2022-07-087-0/+36
* | workflows/nixos-manual: Add command to run to error messageRobert Hensing2022-07-061-1/+9
|/
* workflows: Remove 21.11 merges•••Channel is EOL Janne Heß2022-07-041-4/+0
* chore: Set permissions for GitHub actions••• Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com> nathannaveen2022-07-042-0/+12
* .github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05Markus Wamser2022-05-311-1/+1
* Release 22.05Janne Heß2022-05-301-1/+1
* Merge pull request #171041 from ryantm/stalebot•••.github/stale bot: stop commentingSandro2022-05-262-2/+2
|\
| * .github/stale bot: stop commenting•••Niklas Hambüchen noted in https://github.com/NixOS/rfcs/pull/124#issuecomment-1113647856 that we can add a label description for the stale label that appears when you hover over the label, or look on https://github.com/NixOS/nixpkgs/labels I set the description to be > https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md which is our page explaining the stale bot. The stale bot comments/emails are a significant burden on our most prodigious contributors, and the reason for their existence to orient new contributors. Since our stale bot's configuration is benign enough to ignore (it does not close), I believe it is good enough to satisfy the new contributor orientation with the label description. Therefore, this commit disables commenting when labeling an issue or PR stale. Ryan Mulligan2022-04-302-2/+2
* | Merge pull request #174363 from expipiplus1/ellie-codeowners•••CODEOWNERS: remove expipiplus1 from haskellEllie Hermaszewska2022-05-251-7/+7
|\ \
| * | CODEOWNERS: remove expipiplus1 from haskell•••Hopefully temporarily, just too many notifications at the moment Ellie Hermaszewska2022-05-251-7/+7
* | | workflows: Replace 21.05 with 22.05Janne Heß2022-05-231-4/+4
|/ /
* | CODEOWNERS: rename Gabriel439 to Gabriella439•••See https://github.com/Gabriel439: Hi, there! 👋🏼 I renamed my GitHub account from @Gabriel439 to @Gabriella439, so if you got here from an old profile link you can visit my new profile here: @Gabriella439 I created this placeholder account so that: … people who visit old links to my profile can find my new profile … other people cannot impersonate my old handle … GitHub continues to redirect old links to my repositories indefinitely Rick van Schijndel2022-05-111-2/+2
* | ISSUE_TEMPLATE/build_failure.md: createArtturin2022-05-091-0/+34
|/
* build(deps): bump peter-evans/create-pull-request from 3 to 4•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) dependabot[bot]2022-04-291-1/+1