create-pull-request/src
Chris Buckley 171a10a802 feat: support for fail-if-no-changes input
Currently if this action is used and no changes have been made to the
repository, the job will silently continue. This feature adds a new
flag `fail-if-no-changes`, which when enabled causes the job to fail
when there are no changes.
2022-01-08 22:24:01 +00:00
..
create-or-update-branch.ts feat: support for fail-if-no-changes input 2022-01-08 22:24:01 +00:00
create-pull-request.ts feat: support for fail-if-no-changes input 2022-01-08 22:24:01 +00:00
git-auth-helper.ts fix: set error types to any 2021-09-02 13:59:32 +09:00
git-command-manager.ts perf: set diff quiet and switch isdirty command order 2020-11-17 11:42:31 +09:00
github-helper.ts fix: set error types to any 2021-09-02 13:59:32 +09:00
main.ts feat: support for fail-if-no-changes input 2022-01-08 22:24:01 +00:00
octokit-client.ts feat: add support for https_proxy env var 2021-05-22 09:32:10 +09:00
utils.ts fix: set error types to any 2021-09-02 13:59:32 +09:00