about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2021-04-28.github/workflows/editorconfig.yml: switch to pull_request_targetzowoq1-9/+13
- use pull_request_target to avoid having to manually approve the action - use nixpkgs editorconfig-checker rather than external binary
2021-04-24Add NixOS/Security as a reviewer for .github/workflowsGraham Christensen1-1/+1
2021-04-24actions: add some permission restrictionsGraham Christensen3-0/+8
2021-04-21Update .github/workflows/direct-push.ymlDomen Kožar1-1/+2
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
2021-04-19Update .github/workflows/direct-push.ymlDomen Kožar1-1/+1
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2021-04-19Add a warning comment on commits that violate ↵Domen Kožar1-0/+28
https://github.com/NixOS/nixpkgs/issues/118661
2021-04-18.github/labeler.yml: add bsd labelAlyssa Ross1-0/+4
2021-04-18Drop maintainership for some packagesRobert Helgesson1-3/+0
2021-04-07CODEOWNERS: add marsam to PostgreSQL packagesMario Rodas1-1/+1
2021-04-07CODEOWNERS: add marsam to RubyMario Rodas1-0/+4
2021-04-03.github/workflows/manual-*.yml: update cachix / install-nix actionszowoq2-4/+4
2021-04-03.github/workflows/labels.yml: set event typeszowoq1-0/+1
opened, synchronize, reopened are the defaults for `pull_request_target`, `edited` will trigger the label action if the PRs base branch is changed.
2021-03-31ruby: remove myself as maintainer/CODEOWNERAlyssa Ross1-4/+0
It's been at least a year since I kept up to date with Ruby, and I don't think I really have anything left to offer Nixpkgs in terms of Ruby expertise.
2021-03-30.github/workflows/editorconfig.yml: 2.3.1 -> 2.3.5zowoq1-1/+1
2021-03-26labeller: Add kernel subfolderTim Steinbach1-0/+1
2021-03-23codeowners: add sternenseemann for haskellsternenseemann1-5/+5
I want to get notified about haskell PRs.
2021-03-20.github/labeler.yml: update paths and sortzowoq1-39/+36
2021-03-20.github/workflows/labels.yml: label PRszowoq2-0/+163
2021-02-23CODEOWNERS: add danieldk to Rust build-support (#114111)Daniël de Kok1-1/+1
2021-02-14.github/workflows/rebase.yml: rebase for multiple brancheszowoq2-60/+134
- 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.
2021-02-02CODEOWNERS Add adisbladis as poetry2nix owneradisbladis1-0/+1
2021-01-29.github/workflows/pending-set.yml: failed -> pendingzowoq1-1/+1
2021-01-24treewide: stdenv.lib -> libPavol Rusnak1-1/+1
2021-01-15CODEOWNERS: add ehmry to Dhall packagesEmery Hemingway1-2/+2
2021-01-13contributing.md: Change labels for backported PRsJustin Humm1-0/+1
This is somewhat convention already and it makes keeping track of missing backports a lot easier.
2021-01-12Merge pull request #108839 from aszlig/autopatchelf-codeownersMaximilian Bosch1-11/+12
codeowners: Add myself to autoPatchelfHook
2021-01-10.github/workflows/editorconfig.yml: 2.2.0 -> 2.3.1zowoq1-1/+1
2021-01-09codeowners: Add myself to autoPatchelfHookaszlig1-11/+12
I really hate the very concept of this file (the reason being that I think "owner" implies some form of BDFL rather than just being notified), but since there were recent[1] changes[2] in auto-patchelf.sh which I missed it's probably a good idea to add myself there solely for being notified, because ofborg can't seem to infer maintainer information here. To make indentation consistent with all the other entries in the codeowners file, I also re-indented the other entries in the "Nixpkgs Internals" block. [1]: https://github.com/NixOS/nixpkgs/pull/101142 [2]: https://github.com/NixOS/nixpkgs/pull/106830 Signed-off-by: aszlig <aszlig@nix.build>
2021-01-05Merge pull request #107135 from mkg20001/cinnamon-fixupWORLDofPEACE1-0/+3
Cinnamon Fixup
2021-01-03.github/workflows/manual-{nixos,nixpkgs}.yml: fix restrict evalzowoq2-2/+2
needs an explicit NIX_PATH
2021-01-03.github/workflows/rebase-staging.yml: commit -> commentzowoq1-1/+1
2021-01-03.github/workflows/rebase-staging.yml: add reaction to the comment that ↵zowoq1-0/+4
started the job
2021-01-03.github/workflows: build NixOS/Nixpkgs manuals with PR ref, restrict-eval ↵zowoq2-0/+56
and sandbox
2020-12-29.github/workflows: add rebase-staging.ymlzowoq1-0/+56
2020-12-28.github/workflows/editorconfig.yml: use api for list of changed fileszowoq1-7/+15
faster than doing a full clone and using git diff
2020-12-18codeowners: add mkg20001 to cinnamonMaciej Krüger1-0/+3
2020-12-09STALE-BOT.md: Mention github not notifyingDoron Behar1-5/+6
Following https://discourse.nixos.org/t/github-doesnt-notify-reviewers-commenters-after-you-force-push-changes/10394 .
2020-12-02GH action: merge staging(-next): fix cronFrederik Rietdijk1-1/+1
It went every minute past every 6th hour, which was too often. Now it should go on the zeroth minute every 6th hour.
2020-11-29GH Action: merge staging(-next): comment on failureFrederik Rietdijk1-0/+9
Comment on the designated issue in case of a failure. Whoever wants to help out resolving merge conflicts can simply follow this issue.
2020-11-28GH Action: merge staging(-next) periodicallyFrederik Rietdijk2-0/+31
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.
2020-11-23codeowners: Add RaghavSood to blockchainsRaghav Sood1-1/+1
2020-11-17Merge pull request #100482 from Narice/report-out-of-date-packagesRyan Mulligan1-0/+48
Added out-of-date package reports to github templates
2020-11-13PULL_REQUEST_TEMPLATE.md: use rendered docsJonathan Ringer1-1/+1
2020-11-10.github/workflows/editorconfig.yml: disable for release brancheszowoq1-0/+2
2020-11-10.github/workflows/editorconfig.yml: check indent_stylezowoq1-1/+1
2020-11-09CODEOWNERS: Add utdemir to docker toolsUtku Demir1-1/+1
2020-11-06CODEOWNERS: maintainers for `dockerTools` (#102749)Frederik Rietdijk1-0/+6
* CODEOWNERS: maintainers for docker-tools * CODEOWNERS: Add roberth to Docker tools Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2020-11-03.github/CODEOWNERS: add teto to neovimMatthieu Coudron1-0/+1
2020-11-02.github/CODEOWNERS: add jonringer to neovimJonathan Ringer1-0/+3
2020-10-26README.md: update stable release linksJonathan Ringer1-2/+2