Commit Graph

23 Commits

Author SHA1 Message Date
Aaron Andersen 0ad9a55048 feat: allow specifying a path to flake.nix within the repository 2022-09-14 07:46:21 -07:00
Nicola Squartini 235f95922e chore: bump `crazy-max/ghaction-import-gpg` 2022-08-19 11:40:14 -07:00
Nicola Squartini a8f58509de feat: allow using a subkey for GPG signing 2022-08-19 11:39:18 -07:00
Cole Helbling 4cf0d5d8d6 Prevent template files from being committed 2022-07-29 07:49:05 -07:00
Eduardo Robles Elvira e23c52bb51
fixing sign-commits boolean variable conditionals 2022-07-15 12:22:17 +01:00
Eduardo Robles Elvira 96af8bfbfc
Adding documentation and support for custom pr-body 2022-07-15 11:44:21 +01:00
Eduardo Robles Elvira 1c5f270731
adding support for gpg commit signing 2022-07-15 05:40:47 +02:00
Arman Bilge 2026a4bf1a
Expose option to configure branch for PR (#36) 2022-06-22 15:44:48 -04:00
Cole Helbling c58b7816fa Expose the number of the opened PR 2022-04-22 11:46:11 -07:00
a-kenji a10510d383 Add: script for `update flake lock`
Take commands out of the `action.yml` file, and put it in a dedicated
shell script.
2022-04-05 08:50:00 -07:00
maydayv7 e00d99112b fix: Re-introduce `inputs.pr-title`
This is to allow users to override the PR title since the commit message as well as title are processed differently which may lead to errors in how they are displayed. For example, the commit message needs quotations to be escaped
2022-02-01 10:43:22 -08:00
maydayv7 aa902c3538 fix: Support Custom Commit Message 2022-02-01 10:43:22 -08:00
V7 e8bb9f761a feat(cosmetic): Add Support for setting PR Labels 2022-02-01 10:43:22 -08:00
V7 073d38a53e feat(cosmetic): Add Support for Custom PR Title 2022-02-01 10:43:22 -08:00
Jörg Thalheim 0c7c875acc allow to set different github token. 2022-01-26 08:35:20 -08:00
Cole Helbling 2dc5d432c4 Don't use an external script for multiple inputs
All consumers would then have to bring this script into their repo,
since GitHub doesn't have something like Nix's string context.
2021-12-03 10:24:07 -08:00
Cole Helbling 0f6e7d684e Allow consumers to update specific flake inputs 2021-12-01 10:42:07 -08:00
Graham Christensen d884d497b3 Include instructions on running workflows in the PR body 2021-10-27 09:55:02 -07:00
Graham Christensen 127c635f94 Include the text about the update action in the PR body 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 e26f7bb412 Add commit message to PR body 2021-10-19 12:00:50 -07:00
Cole Helbling 4d349424c5 Actually update the lockfile with `nix flake update` 2021-10-18 12:54:45 -07:00
Cole Helbling d59a70a64c flake-update: init action 2021-10-18 11:48:21 -07:00