Commit Graph

181 Commits

Author SHA1 Message Date
M.Sz. f53a62c26e README: clearify meaning of the repository field (#404) 2026-03-22 17:30:45 +01:00
Stefan Zweifel fc84150d7c Add alternative actions 2026-01-19 19:44:34 +01:00
Stefan Zweifel 6739571eae Add Note about persist-credentials to README 2026-01-03 08:53:26 +01:00
Koen van Zuijlen 1e49d5001f Add skip_push input option (#401)
Co-authored-by: Stefan Zweifel <stefan@stefanzweifel.dev>
2025-12-17 20:23:26 +01:00
Gideon 65c56779c9 docs: fix typo in README.md (#400) 2025-12-03 12:10:40 +01:00
Stefan Zweifel 28e16e8177 Release preparations for v7 (#394) 2025-10-12 16:31:03 +02:00
Stefan Zweifel c40819ab3b Update README 2025-10-12 14:59:32 +02:00
Stefan Zweifel 19497011bb Merge branch 'master' into pr/391 2025-10-12 14:11:57 +02:00
Elias Boulharts e9f84b936b feature: allow using custom tag message
Signed-off-by: Elias Boulharts <elias@MacBook-Pro-de-Elias.local>
2025-09-24 12:15:10 +02:00
Stefan Zweifel 2da8d963b4 Restore skip_fetch, skip_checkout, create_branch 2025-09-17 11:02:55 +02:00
Stefan Zweifel f9017b24ee Update README to use v6 in examples 2025-06-13 16:47:49 +02:00
Stefan Zweifel 3cc016cfc8 Merge pull request #375 from stefanzweifel/v6-next 2025-06-10 20:19:14 +02:00
Stefan Zweifel b001e5f0ff Apply suggestions from code review 2025-06-02 21:37:45 +02:00
Sam Bull 6494dc61d3 Fix PAT instructions with Dependabot 2025-05-28 15:08:30 +01:00
Stefan Zweifel 739fd03b2d Merge branch 'master' into v6-next 2025-05-03 10:31:03 +02:00
Stefan Zweifel adb37b5a29 Update README 2025-04-19 10:32:21 +02:00
Stefan Zweifel 4f8f3ad16e Rename Input and add output 2025-04-19 10:23:52 +02:00
Lior Dux 35d037abf5 Update README.md 2025-03-23 22:33:45 +02:00
Ross Smith II 8a23be4b32 docs: Update README.md per #354
See #354
2025-03-13 08:29:02 -07:00
Stefan Zweifel 9fa4cb99cf Merge pull request #314 from stefanzweifel/v6/remove-local-branch-switch 2025-02-05 16:01:10 +01:00
Stefan Zweifel 050015d406 Add Scope/Permissions documentation for PATs
Closes #347
2024-10-06 10:39:09 +02:00
scarf 573710f3d0 docs(README): fix broken protected branch docs link (#346) 2024-10-04 08:56:00 +02:00
Marcelo Trylesinski e961da7576 Update README.md (#343) 2024-09-22 16:50:21 +02:00
Stefan Zweifel 55a82ca24f Add Section on preventing infinite loops to README 2024-07-06 15:14:44 +02:00
Stefan Zweifel 5f3fa8aed3 Add docs about .github/workflows pushes
See #322
2024-07-06 11:43:22 +02:00
Stefan Zweifel ee5525316d Update GPG Signing section in README 2024-07-02 20:41:34 +02:00
Stefan Zweifel 4b8a201e31 Add with ref github.head_ref to README 2024-04-13 10:35:11 +02:00
Christian Vermeulen 9b5e5ee10a Add step id explanation for output in README.md (#324) 2024-03-15 16:06:58 +01:00
Philip Couling e040c596f0 Linux is not UNIX (#321) 2024-02-22 08:26:06 +01:00
Nikita Panuhin 12f68633e4 Clarify commit_author input option (#315)
* Clarify `commit_author` input option

* Update README.md

---------

Co-authored-by: Stefan Zweifel <stefanzweifel@users.noreply.github.com>
2023-12-24 07:35:30 +01:00
Stefan Zweifel 7f171889c8 Remove removed options from README 2023-12-20 20:20:24 +01:00
Stefan Zweifel 29183a25ec Remove outdated docs 2023-12-12 20:45:33 +01:00
Stefan Zweifel 2818fe7949 Add Alert about pull_request_target
https://github.com/stefanzweifel/git-auto-commit-action/issues/211#issuecomment-1837270114
2023-12-12 20:42:25 +01:00
Stefan Zweifel 8d90676eef Little Doc Updates 2023-12-12 20:38:26 +01:00
Stefan Zweifel 8036286d37 Use new Markdown Alerts in README 2023-12-12 20:38:06 +01:00
Stefan Zweifel 98d2782f49 Use v5 in README 2023-10-06 19:56:33 +02:00
Stefan Zweifel 10944650cd Use actions/checkout v4 in examples
https://github.com/stefanzweifel/git-auto-commit-action/pull/302#issuecomment-1745974288
2023-10-04 15:33:04 +02:00
Stefan Zweifel 8e108d701f Fix docs about using in public forks
Update docs section about using the Action in public forks.

Add warning about current issue when the forks lives under an organisation.

Mark section about running a workflow in the head repository as outdated, as I was not able to reproduce this in test projects.

See https://github.com/stefanzweifel/git-auto-commit-action/issues/211#issuecomment-1428849944 for more details.
2023-02-15 19:44:45 +01:00
Stefan Zweifel 6436584fbb Fix Comment in README 2023-02-11 21:31:27 +01:00
Stefan Zweifel 6656e54255 Use actions/checkout@v3 in examples 2023-02-11 21:29:21 +01:00
Stefan Zweifel f0b35f0a73 Mention new permission requirements in usage docs
Starting February 2nd 2023, GitHub changed the default permissions of the GITHUB_TOKEN to be read-only in all new repositories.[1]

git-auto-commits needs `write`-permissions for the `contents`-key in order to work properly.
This commits updates the usage section, to mention the need for the permission requirements. The examples have also been updated to reflect that change.

[1]: https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
2023-02-11 21:29:07 +01:00
Stefan Zweifel 3b94e3d017 Update README.md
Closes #281
2023-01-20 15:31:53 +01:00
Stefan Zweifel 3663a6fa3e Update README.md 2023-01-14 18:05:16 +01:00
Teko 976f22029f Fix github-actions[bot] email address (#264) 2022-11-15 20:12:31 +01:00
Teko ebb5756042 Fix link and text for workflow limitation (#263) 2022-11-13 10:06:41 +01:00
Andrew Monshizadeh 2fde6fc18d Replace set-output usage with GITHUB_OUTPUT (#252)
* GitHub has deprecated set-output and now needs to add the content to the GITHUB_OUTPUT file

* Update tests too

* Fix tests and shell-format changes

* Revert yarn.lock changes
2022-10-22 10:42:11 +02:00
Stefan Zweifel faf78595b8 Update README.md 2022-10-21 09:28:08 +02:00
Stefan Zweifel 18870f2286 Add note about line break detection 2022-09-17 16:02:44 +02:00
Stefan Zweifel 52eb0eedc8 Update README 2022-09-17 15:34:02 +02:00
Karol 03246c1cee Changed the extended example to correctly use quotes for strings (#196)
Co-authored-by: Stefan Zweifel <stefanzweifel@users.noreply.github.com>
2022-09-17 15:33:25 +02:00