summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14.github/workflows/update-terraform-providers.yml: add link to run logzowoq1-0/+4
also move git clean to separate step
2022-10-13build(deps): bump cachix/install-nix-action from 17 to 18dependabot[bot]7-7/+7
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)
2022-10-13build(deps): bump cachix/cachix-action from 10 to 11dependabot[bot]4-4/+4
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)
2022-10-08.github/workflows/update-terraform-providers.yml: set max-workers to 2zowoq1-0/+2
also add git clean so logs aren't committed
2022-10-07.github/workflows/update-terraform-providers.yml: bypass interactive promptzowoq1-1/+1
2022-10-07Merge pull request #194825 from qowoz/tf-update-actionJörg Thalheim1-14/+7
.github/workflows/update-terraform-providers.yml: re-enable
2022-10-04fix typoValentin Gagarin1-1/+1
2022-10-04.github/workflows/update-terraform-providers.yml: re-enablezowoq1-14/+7
- run daily with updateScript, will create a commit for each provider update - drop wip label and failure comment
2022-09-30fix typoValentin Gagarin1-1/+1
2022-09-26Merge pull request #192981 from winterqt/update-backport-actionDomen Kožar1-4/+1
backport-action: 0.0.5 -> 0.0.8
2022-09-25backport-action: 0.0.5 -> 0.0.8Winter1-4/+1
2022-09-25CODEOWNERS: add piegames to check-meta.nixpiegames1-0/+1
2022-09-21.github/labeler.yml: add vscode labelsuperherointj1-0/+3
2022-09-21.github/workflows/update-terraform-providers.yml: add nixpkgs-unstable for ↵zowoq1-0/+2
nix-shell nix_path was removed from the update scripts in 3e63fa279f035df1d3650aa392f3a55a374e4cb4
2022-09-19issue template: fill 'about' fieldValentin Gagarin1-1/+1
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
2022-09-16add issue template for missing or incorrect documentationValentin Gagarin1-0/+32
this allows anyone to create labelled issues for easy filtering.
2022-09-15.github/workflows/update-terraform-providers.yml: disable scheduled updatezowoq1-2/+2
try nixpkgs-update with passthru.updateScript
2022-09-12.github/workflows: fix permissionszowoq4-5/+4
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
2022-09-11workflows: fix manual-rendering.ymlpennae1-0/+1
the check command didn't set NIX_PATH, so compare-manuals.sh (which is a nix-shell script) failed.
2022-09-10workflows: add check for docbook/md manual equalitypennae2-0/+84
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.
2022-09-10workflows: check that nixos manual does not use docbook option docspennae1-1/+9
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.
2022-09-05.github/labeler.yml: label PR that touches cinnamon modules and testsBobby Rong1-0/+2
2022-08-23.github/CODEOWNERS: remove rust docs/packagingzowoq1-2/+0
2022-08-20Add myself to Perl CODEOWNERSJanne Heß1-3/+3
2022-08-07buildGo{Module,Package}: move to build-support/gozowoq2-4/+2
2022-08-02terraform-full: remove (#184649)zowoq1-1/+1
* terraform-full: remove * .github/workflows/update-terraform-providers.yml: switch to terraform.full
2022-07-24Revert "backport-action: 0.0.5 -> 0.0.8"Winter1-1/+6
2022-07-24backport-action: 0.0.5 -> 0.0.8Winter1-6/+1
2022-07-13Merge pull request #180228 from fricklerhandwerk/codeowners-docJanne Heß1-0/+1
codeowners: add fricklerhandwerk to documentation
2022-07-12.github/CODEOWNERS: remove non-committerzowoq1-2/+2
Resolves github warning that the file contains errors: cbf736eb3906fd1d4c3efba40d3846140a616b9b
2022-07-10terraform-providers: update 2022-07-10github-actions[bot]1-1/+1
2022-07-08ci: Add GitHub token permissions for workflowsVarun Sharma7-0/+36
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
2022-07-06workflows/nixos-manual: Add command to run to error messageRobert Hensing1-1/+9
2022-07-05codeowners: add fricklerhandwerk to documentationValentin Gagarin1-0/+1
2022-07-04workflows: Remove 21.11 mergesJanne Heß1-4/+0
Channel is EOL
2022-07-04chore: Set permissions for GitHub actionsnathannaveen2-0/+12
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>
2022-05-31.github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05Markus Wamser1-1/+1
2022-05-30Release 22.05Janne Heß1-1/+1
2022-05-26Merge pull request #171041 from ryantm/stalebotSandro2-2/+2
.github/stale bot: stop commenting
2022-05-25Merge pull request #174363 from expipiplus1/ellie-codeownersEllie Hermaszewska1-7/+7
CODEOWNERS: remove expipiplus1 from haskell
2022-05-25CODEOWNERS: remove expipiplus1 from haskellEllie Hermaszewska1-7/+7
Hopefully temporarily, just too many notifications at the moment
2022-05-23workflows: Replace 21.05 with 22.05Janne Heß1-4/+4
2022-05-11CODEOWNERS: rename Gabriel439 to Gabriella439Rick van Schijndel1-2/+2
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
2022-05-09ISSUE_TEMPLATE/build_failure.md: createArtturin1-0/+34
2022-04-30.github/stale bot: stop commentingRyan Mulligan2-2/+2
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.
2022-04-29build(deps): bump peter-evans/create-pull-request from 3 to 4dependabot[bot]1-1/+1
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)
2022-04-28.github/workflows/update-terraform-providers.yml: minor fixeszowoq1-4/+5
- simplify comment - move `ofborg` command into block for clickable copying
2022-04-25.github/CODEOWNERS: add IvarWithoutBones for dotnet=1-0/+4
2022-04-14CODEOWNERS: Add layus for autoPatchelfHookaszlig1-1/+2
With the re-implementation in Python merged[1], it no longer makes sense for me to track issues and pull requests. I did this originally because people were forgetting (rightfully so) to run tests against all that proprietary stuff we have in nixpkgs that is using autoPatchelfHook. We still can't test these automatically but with me no longer being the author of the code, I hereby drop my entry in CODEOWNERS and instead replace it with layus, who's the author of the rewrite. [1]: https://github.com/NixOS/nixpkgs/pull/149731 Signed-off-by: aszlig <aszlig@nix.build>
2022-04-08build(deps): bump cachix/install-nix-action from 16 to 17dependabot[bot]6-6/+6
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>