Commit graph

28 commits

Author SHA1 Message Date
DavHau
81892d6fc9 support updating multiple flake directories simultaneously
This is useful for monorepos containing multiple flakes. For example it might be desired for a nixpkgs update to happen on all sub-flakes at the same time.

Added a new option `flake-dirs` allowing to specify multiple flake directories to be updated simultaneously via a single PR
2024-03-07 13:07:24 +07:00
Graham Christensen
af80b95b83
Update action versions to main.
Folks can pin to recent versions if they choose.
2023-09-15 21:58:32 -04:00
Carl Thomé
4fbf969957 actions/checkout@v2 -> actions/checkout@v3 2023-06-29 06:13:10 -07:00
Carl Thomé
55ddfbef62 Bump actions/checkout in example 2023-06-29 06:13:10 -07:00
xgroleau🐢
c7487e8c98 doc: doc a bit more specific on the options format 2023-03-29 11:11:22 -07:00
xgroleau🐢
54eb0b2901 doc: Info in readme 2023-03-29 11:11:22 -07:00
Luc Perkins
29d64d0332 Update Nix install action in README 2023-03-06 05:47:19 -08:00
Eric Crosson
a0c5484d59 feat: accept list of reviewers and assignees
Pass a list of GitHub usernames through to
peter-evans/create-pull-request.

Assignees are specified with the `pr-assignees` property.
Reviewers are specified with the `pr-reviewers` property.

Both properties expect the value to be a list of GitHub usernames,
separated by either commas or newlines.
2023-01-19 07:29:15 -08:00
Cole Helbling
aa092a7430 README: document using a different Git author / committer 2022-11-28 08:02:01 -08:00
Aaron Andersen
0ad9a55048 feat: allow specifying a path to flake.nix within the repository 2022-09-14 07:46:21 -07:00
Nicola Squartini
42dbe10fb3 docs: explain the gpg-fingerprint input parameter 2022-08-19 11:39:18 -07:00
Cole Helbling
acabbe21fc README: antiquote string with angled braces
Otherwise, it could be interpreted as HTML tags and cause weird rendering.
2022-07-27 09:39:28 -07:00
Eduardo Robles Elvira
96af8bfbfc
Adding documentation and support for custom pr-body 2022-07-15 11:44:21 +01:00
Cole Helbling
259c65e7d4 README: document an example that explicitly skips PRs 2022-05-03 12:25:41 -07:00
Cole Helbling
b044cabb79 README: example that prints the number of the opened PR 2022-04-22 11:46:11 -07:00
V7
8c2dfef874 docs: Add information about Cosmetic Changes 2022-02-01 10:43:22 -08:00
Cole Helbling
bf4213a00e README: organize "Running GitHub Actions CI" instructions into own section 2022-01-26 08:35:46 -08:00
Jörg Thalheim
0c7c875acc allow to set different github token. 2022-01-26 08:35:20 -08:00
Cole Helbling
b7a213c108 README: document updating specific inputs 2021-12-01 10:42:07 -08:00
Cole Helbling
4cc1e7b9cd README: update install-nix-action
As of v15, you don't need the janky install_url or install_options stuff
anymore.
2021-12-01 10:42:07 -08:00
Cole Helbling
1aae24f313 README: add contributing and testing sections 2021-11-08 09:12:18 -08:00
Cole Helbling
958240e9be README: demonstrate a weekly flake.lock update
It's arguably not that useful to be inundated with flake.lock update PRs
every day, so do it once a week on Sunday.
2021-10-27 11:17:14 -07:00
Graham Christensen
ae7e289a74 Update README.md
Co-authored-by: Cole Helbling <cole.helbling@determinate.systems>
2021-10-27 09:55:02 -07:00
Graham Christensen
7a2785317e Show how to run GitHub Actions CI workflows 2021-10-27 09:55:02 -07:00
Cole Helbling
64a8cc193d Remove automatic Nix installation
There is currently no (easy) way to only enable a certain composite
action step when some input is set, so just don't automatically install
Nix at all.
2021-10-26 09:22:51 -07:00
Cole Helbling
127e3e96af README: suggest release instead of branch name 2021-10-19 12:02:03 -07:00
Cole Helbling
7c39594b7e README: add daily schedule to example 2021-10-19 12:02:03 -07:00
Cole Helbling
d59a70a64c flake-update: init action 2021-10-18 11:48:21 -07:00