Commit graph

139 commits

Author SHA1 Message Date
0xda157
8ca5c7fbab
ci: update-flake: continue on all-maintainers failure (#1986)
Link: https://github.com/nix-community/stylix/pull/1986

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-21 16:17:55 +01:00
NAHO
57e963fd79
ci: check: use nothing-but-nix rampage protocol (#1978)
Some checks failed
Check / aarch64-darwin (push) Has been cancelled
Check / aarch64-linux (push) Has been cancelled
Check / x86_64-darwin (push) Has been cancelled
Check / x86_64-linux (push) Has been cancelled
Label Merge Conflicts / conflicts (push) Has been cancelled
Documentation / docs (push) Has been cancelled
Link: https://github.com/nix-community/stylix/pull/1978

Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-20 19:29:42 -08:00
dependabot[bot]
c482552ae2
ci: bump actions/checkout from 5 to 6 (#2000)
Link: https://github.com/nix-community/stylix/pull/2000

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-20 22:37:56 +00:00
0xda157
dd97dc64e7
ci: labeler: remove auto backport for workflows (#1999)
Link: https://github.com/nix-community/stylix/pull/1999

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-20 23:34:53 +01:00
0xda157
4e36d6fdcd
ci: enable stricter Bash error checking (#2001)
Link: https://github.com/nix-community/stylix/pull/2001

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-20 12:25:22 -10:00
NAHO
97d412d949
ci: enable stricter Bash error checking
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-11-20 22:58:08 +01:00
NAHO
91075d1635
ci: update-flake: handle existing PRs and avoid silent errors
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-11-20 22:29:05 +01:00
NAHO
0ef1d62a31
ci: update-flake: declare PR body for unsupervised PR submissions
Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
2025-11-20 17:00:26 +01:00
NAHO
b82fa908a9
ci: update-flake: sort CLI arguments
Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
2025-11-20 16:59:35 +01:00
NAHO
2d741ac0da
ci: update-flake: simplify command formatting
Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
2025-11-20 16:59:34 +01:00
0xda157
f1385f026d
ci/update-flake: use app token for checkout (#1987)
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Approved-by: Matt Sturgeon <matt@sturgeon.me.uk>
Approved-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Approved-by: Daniel Thwaites <danth@danth.me>
2025-11-19 15:48:21 +00:00
dependabot[bot]
948720e297
ci: bump actions/upload-pages-artifact from 3 to 4 (#1859)
Link: https://github.com/nix-community/stylix/pull/1859

Reviewed-by: 0xda157 <da157@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-19 15:26:51 +01:00
NAHO
22d291b0a5
ci: check: use correct x86_64-darwin runner 2025-10-02 19:11:52 +02:00
NAHO
cbb9010d16
ci: check: bump x86_64-darwin runner to macos-15 2025-10-02 19:11:49 +02:00
dependabot[bot]
ecd07beac1
ci: bump korthout/backport-action from 3.3.0 to 3.4.1 (#1923)
Link: https://github.com/nix-community/stylix/pull/1923

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-10-02 13:17:43 +02:00
dependabot[bot]
9991299fe9
ci: bump actions/labeler from 5.0.0 to 6.0.1 (#1883)
Link: https://github.com/nix-community/stylix/pull/1883

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-06 17:31:31 +02:00
dependabot[bot]
f544772a60
ci: bump actions/github-script from 7.0.1 to 8.0.0 (#1882)
Link: https://github.com/nix-community/stylix/pull/1882

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-06 17:24:00 +02:00
NAHO
f6e9a1b624
ci: request-reviewers: do not request PR author (#1885)
Link: https://github.com/nix-community/stylix/pull/1885
Closes: https://github.com/nix-community/stylix/issues/1867

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-09-05 17:50:48 -07:00
NAHO
989312ab49
ci: remove 'Submission Checklist' header in template section (#1869)
Remove the explicit 'Submission Checklist' header since it is the only
header in the template section after applying commits e544f6ec6c ("ci:
visually distinguish user description from PR template content (#1802)")
and 2355da455d ("ci: remove 'Notify Maintainers' section from PR
template (#1856)").

This simplifies the template to its essentials, while keeping the
descriptive checklist code comment.

Link: https://github.com/nix-community/stylix/pull/1869

Approved-by: Daniel Thwaites <danth@danth.me>
2025-09-02 12:08:58 +01:00
awwpotato
2355da455d
ci: remove 'Notify Maintainers' section from PR template (#1856)
Link: https://github.com/nix-community/stylix/pull/1856

Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-20 18:46:01 +02:00
awwpotato
7bd8d9c5b1
ci: ISSUE_TEMPLATE: improve and match PR template (#1836)
Link: https://github.com/nix-community/stylix/pull/1836

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-08-19 13:02:46 -07:00
NAHO
9810b32b9b
ci: request-reviewers: use generated token (#1848)
Fixes: b4e1daad3b ("ci: request subsystem maintainers review (#1053)")
Link: https://github.com/nix-community/stylix/pull/1848

Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-08-18 21:43:04 +02:00
dependabot[bot]
928ca832d2
ci: bump korthout/backport-action from 3.2.1 to 3.3.0 (#1844)
Link: https://github.com/nix-community/stylix/pull/1844

Signed-off-by: dependabot[bot] <support@github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-14 22:43:17 +00:00
dependabot[bot]
c592717e9f
ci: bump actions/checkout from 4 to 5 (#1838)
Link: https://github.com/nix-community/stylix/pull/1838

Signed-off-by: dependabot[bot] <support@github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-12 21:43:40 +02:00
NAHO
3335202ed0
ci: ISSUE_TEMPLATE: improve and match PR template 2025-08-09 21:05:18 +02:00
NAHO
f6a351a444
treewide: add awwpotato to core maintainers list 2025-08-09 21:05:18 +02:00
awwpotato
928e61f4ed
ci: request-reviewers: add missing members permission
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-08-05 17:26:03 -07:00
awwpotato
5b265fac06
ci: request-reviewers: fix modules path
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-08-05 17:26:02 -07:00
NAHO
e544f6ec6c
ci: visually distinguish user description from PR template content (#1802)
Link: https://github.com/nix-community/stylix/pull/1802

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-07-31 15:18:21 +02:00
dependabot[bot]
30f5022236 ci: bump AveryCameronUofR/add-reviewer-gh-action from 1.0.3 to 1.0.4
Bumps [AveryCameronUofR/add-reviewer-gh-action](https://github.com/averycameronuofr/add-reviewer-gh-action) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/averycameronuofr/add-reviewer-gh-action/releases)
- [Commits](https://github.com/averycameronuofr/add-reviewer-gh-action/compare/1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: AveryCameronUofR/add-reviewer-gh-action
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 16:54:24 -07:00
awwpotato
b4e1daad3b
ci: request subsystem maintainers review (#1053)
Link: https://github.com/nix-community/stylix/pull/1053

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-30 16:12:40 +02:00
awwpotato
4bfd32c8f9
ci: backport: fix "has: port to stable" condition (#1795)
Fixes: 82a1f36f80 ("ci: fix 'has: port to stable' labeling (#1621)")
Fixes: c0398ebaa4 ("ci: add 'has: port to stable' label for backports (#1367)")
Link: https://github.com/nix-community/stylix/pull/1795

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-30 15:17:22 +02:00
awwpotato
cf71ad5aae
ci: use nix-community cachix (#1797) 2025-07-30 01:43:48 +01:00
NAHO
c95c960292
doc: add backport checkbox and overhaul GitHub PR template (#1756)
Link: https://github.com/nix-community/stylix/pull/1756

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-07-27 18:20:45 +02:00
NAHO
b5af13b1db
doc: overhaul GitHub PR template 2025-07-27 18:17:44 +02:00
NAHO
00309532fc
doc: add backport checkbox to GitHub PR template 2025-07-25 19:28:27 +02:00
NAHO
ab417a287f
ci: add more top-level labels to provide better overview 2025-07-25 17:54:21 +02:00
NAHO
04f130b035
ci: lexicographically sort labels to avoid ambiguous order 2025-07-25 17:54:21 +02:00
NAHO
a6d99d742d
ci: consistently format singleton list 2025-07-25 17:54:21 +02:00
NAHO
e334b3019e
ci: check: add wimpysworld/nothing-but-nix Action for larger Nix store
Co-authored-by: awwpotato <awwpotato@voidq.com>
2025-07-24 16:58:27 +02:00
awwpotato
9242b3ec8e
ci: fix generated all-maintainers path (#1728)
Fixes: f826d3214b ("stylix: add generated all-maintainers file (#1654)")
Link: https://github.com/nix-community/stylix/pull/1728

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-20 13:00:41 +02:00
awwpotato
f826d3214b
stylix: add generated all-maintainers file (#1654)
Link: https://github.com/nix-community/stylix/pull/1654

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-19 15:50:17 -07:00
awwpotato
e4cc192b26
ci: use cachix/install-nix-action (#1725)
Link: https://github.com/nix-community/stylix/pull/1725

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-19 23:41:22 +02:00
dependabot[bot]
a92b0ac9da ci: bump DeterminateSystems/nix-installer-action from 18 to 19
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-version: '19'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-15 18:36:32 -07:00
awwpotato
82a1f36f80
ci: fix 'has: port to stable' labeling (#1621)
Link: https://github.com/nix-community/stylix/pull/1621

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-09 15:42:49 +02:00
awwpotato
2a1ad27868
ci: public flake instead of root flake (#1629) 2025-07-08 16:27:14 +01:00
awwpotato
bf0ef81c8f
ci: fix testbed labeling (#1606)
Link: https://github.com/nix-community/stylix/pull/1606

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-07 11:47:28 -07:00
awwpotato
a5c1532ab8
flake: partition dev inputs (#1289)
Link: https://github.com/nix-community/stylix/pull/1289

Reviewed-by: Daniel Thwaites <danth@danth.me>
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Tested-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-06 23:56:44 +02:00
awwpotato
732c666ba5
ci: fix dependabot backport label (#1585) 2025-07-04 14:49:43 +01:00
dependabot[bot]
127fe6cc3d
ci: bump DeterminateSystems/update-flake-lock from 25 to 26 (#1583)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-04 14:49:05 +01:00