aleksana
751912c95a
OWNERS: correct path after 1st by-name migration
2024-11-09 20:17:54 +08:00
Fabián Heredia Montiel
fddcebd426
OWNERS: Add fabianhjr to hardened kernel
...
- Widen the scope under pkgs
- Align like other parts of OWNERS file
2024-11-06 18:22:01 -06:00
Maximilian Bosch
c65705940a
postgresql: use team
...
Main motivation for this is that I'd like to get a feature-freeze ping:
we have old stuff to remove and quite a bit of things ongoing here, so
explicitly being part of the check-up process seems like a good thing.
Also added myself and wolfgangwalther to it.
2024-11-02 15:47:32 +01:00
Silvan Mosberger
fbe72102dd
OWNERS: Also make @philiptaron an owner of OWNERS
2024-11-01 12:32:37 +01:00
Silvan Mosberger
0471dd41e0
OWNERS: Only request @infinisil for OWNERS changes
...
This was the original intention, but lower matching entries take
precedence, so it never worked!
Note that before the move to ci/OWNERS, .github/CODEOWNERS had no owner
itself, and I might also remove myself again if it turns out to be too
much noise.
2024-11-01 12:32:31 +01:00
Silvan Mosberger
2e57c3e39b
OWNERS: set the neovim team as owner of neovim and vimPlugins ( #352576 )
2024-11-01 11:50:02 +01:00
Aleksana
3ef9175dad
doc/hooks/xfce4-dev-tools: document hook ( #351512 )
2024-11-01 11:01:31 +08:00
Tomo
7cfbd634a9
ci/OWNERS: add xfce4-dev-tools documentation
2024-10-31 21:48:41 +00:00
Gaetan Lepage
135592ce8d
OWNERS: set the neovim team as owner of neovim and vimPlugins
...
https://github.com/orgs/NixOS/teams/neovim
2024-10-31 11:09:26 +01:00
K900
66f01b7af9
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 15:11:30 +03:00
Emery Hemingway
da6da7189e
buildNimPackage: move into /pkgs/build-support, tidy OWNERS
2024-10-28 10:26:14 +00:00
K900
f21f4ca3ee
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-26 21:05:47 +03:00
Francesco Gazzetta
3000459155
doc: Add Tcl doc
2024-10-26 16:23:15 +00:00
Francesco Gazzetta
1009ec8796
tclPackages: init
2024-10-26 16:23:15 +00:00
Silvan Mosberger
cd691f8864
ci/OWNERS: Fix path of codeowners.yml
...
After https://github.com/NixOS/nixpkgs/pull/351446
2024-10-26 16:26:22 +02:00
K900
7f898ed413
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-25 21:06:42 +03:00
Alyssa Ross
cda6874d14
OWNERS: add myself to Rust
...
Since I started doing Rust upgrades in 2018, I've done most of them,
as well as a lot of other work on the Rust compiler build.
2024-10-25 10:56:32 +02:00
github-actions[bot]
2f507992fe
Merge master into staging-next
2024-10-22 06:05:03 +00:00
Tristan Ross
838156a865
OWNERS: make the LLVM team own all of LLVM ( #347961 )
2024-10-21 20:49:26 -07:00
Tristan Ross
6b8153a545
teams: create the stdenv team ( #347959 )
2024-10-21 20:45:27 -07:00
github-actions[bot]
8164a7aa6d
Merge master into staging-next
2024-10-21 00:14:52 +00:00
Gutyina Gergő
c261249cad
OWNERS: add Scrumplex and gepbird to pnpm tools
2024-10-19 23:43:50 +02:00
Silvan Mosberger
6eb74012a6
maintainers/team-list: establish the Darwin team ( #348183 )
2024-10-17 03:01:26 +02:00
github-actions[bot]
873f258025
Merge staging-next into staging
2024-10-14 18:04:57 +00:00
Emily
9ffc74c701
OWNERS: add Darwin team
2024-10-14 18:54:47 +01:00
Arian van Putten
23e531fd00
OWNERS: Make arianvp owner of Amazon-related things
2024-10-14 12:44:16 +02:00
Tristan Ross
4aa8864c1e
teams: create the stdenv team
2024-10-13 19:03:01 -07:00
github-actions[bot]
bf97df9c1c
Merge staging-next into staging
2024-10-13 00:15:51 +00:00
Philip Taron
d6d9c6125a
Improve PR merge check for CI ( #347786 )
2024-10-12 09:11:24 -07:00
github-actions[bot]
d363932842
Merge staging-next into staging
2024-10-12 06:04:59 +00:00
Silvan Mosberger
e612b89953
ci/request-reviews: Avoid duplicates with different casings
...
It's possible to have different casings in OWNERS, so we need to handle
that
2024-10-12 05:27:55 +02:00
Lin Jian
d4c28e77c3
OWNERS: reference the Emacs team for Emacs stuff ( #347973 )
2024-10-12 10:02:57 +08:00
Silvan Mosberger
e6a8855a14
ci/get-merge-commit.sh: Add documentation
...
And distinguish exit codes
2024-10-12 03:59:02 +02:00
Silvan Mosberger
048f4aa537
ci/get-merge-commit.sh: Exit for non-open PRs
...
If PRs aren't open (either merged or closed), GitHub never computes
whether the PR is mergeable, so we'd wait forever, which has been
happening:
https://github.com/NixOS/nixpkgs/actions/runs/11279197077/job/31369348101#step:2:59
2024-10-12 03:59:02 +02:00
Silvan Mosberger
7f9d297838
workflows/nixpkgs-vet: Make merge check script reusable
...
This is useful for other workflows as well. Originally I thought it
couldn't be put in the repo, but it can (just needs another checkout)
2024-10-12 03:58:39 +02:00
github-actions[bot]
9f6509c682
Merge staging-next into staging
2024-10-12 00:14:07 +00:00
Lin Jian
f4c6e1174c
ci/request-reviews: fix headRef to point to the PR head
...
Previously, headRef points to the master branch of Nixpkgs, which
basically means no code owner review will be requested.
The problem can be verified using the following command.
$ DRY_MODE=1 ./ci/request-reviews/request-reviews.sh NixOS/nixpkgs 347973 ci/OWNERS
[...]
This PR touches 0 files
Requesting reviews from: {
"reviewers": []
}
[...]
Additionally, the comment about conflicts is removed thanks to the
unambiguous way of specifying ref.
2024-10-12 06:10:17 +08:00
Philip Taron
e857941615
Fix codeowner workflow for branches starting with "pr" ( #347831 )
2024-10-11 13:50:42 -07:00
Lin Jian
961d9c049c
OWNERS: make the Emacs team own Emacs docs
2024-10-12 03:51:44 +08:00
Lin Jian
89f3f5c7e0
OWNERS: reference the Emacs team for Emacs stuff
2024-10-12 03:12:28 +08:00
Tristan Ross
b8b6738386
OWNERS: make the LLVM team own all of LLVM
2024-10-11 10:46:26 -07:00
github-actions[bot]
a45a33309f
Merge staging-next into staging
2024-10-11 06:05:14 +00:00
Silvan Mosberger
bac526a0fe
OWNERS: reference the ACME team directly ( #347832 )
2024-10-11 03:55:31 +02:00
Emily
ffc65adb0a
OWNERS: reference the ACME team directly
...
We can finally stop leaving @m1cr0man out thanks to
<https://github.com/NixOS/nixpkgs/pull/347610 > 🎉
2024-10-11 02:45:18 +01:00
Silvan Mosberger
299a181477
ci/request-reviews: Fix for branches starting with "pr"
...
Turns out if :<something> is passed, a local branch is updated, which
can conflict if the PR branch starts with "pr". I tried to avoid that
with the original code but apparently that didn't work!
https://github.com/NixOS/nixpkgs/actions/runs/11284183639/job/31384967152?pr=347822
Fetching the PR commit history
From https://github.com/linj-fork/nixpkgs
* [new branch] pr/kanata-add-version-check -> fork/pr
error: cannot lock ref 'refs/remotes/fork/pr/kanata-add-version-check': 'refs/remotes/fork/pr' exists; cannot create 'refs/remotes/fork/pr/kanata-add-version-check'
! [new branch] pr/kanata-add-version-check -> fork/pr/kanata-add-version-check (unable to update local ref)
error: some local refs could not be updated; try running
2024-10-11 03:40:57 +02:00
github-actions[bot]
144082b47e
Merge staging-next into staging
2024-10-10 18:05:19 +00:00
Adrian Pistol
d2255aecf2
chrony: move to by-name
2024-10-10 10:34:51 +02:00
Emily
e694240f77
Merge staging-next into staging
2024-10-10 01:23:52 +01:00
Emily
27272c21af
Mass pings be gone, code owners for all ( #347610 )
2024-10-10 00:52:01 +01:00
Silvan Mosberger
c721e917ce
ci/request-reviews: Make wrong base branch message hashes more transparent
...
Also, fix the description of the text
2024-10-10 01:40:11 +02:00