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
Peter Evans
dcd5fd746d
feat: add-paths input ( #1010 )
...
* add add-pattern-array argument
* ignore return code
* doc to add-pattern-array
* update README.md
* cleanup after success commit
* fix integration tests
* add test
* update naming and docs
* update readme
* fix missing await
* update docs
Co-authored-by: avdim <avdim@mail.ru>
Co-authored-by: Авдеев Дима <avdeev@tutu.tech>
2021-12-14 11:23:29 +09:00
Peter Evans
fa0950476f
test: add test for detached head failure mode
2021-08-13 11:34:19 +09:00
Peter Evans
8bb8511e4d
fix: remove unnecessary gpg-sign input
2021-05-10 09:01:53 +09:00
Peter Evans
0524c01297
feat: add input to enable gpg commit signing
2021-05-09 10:14:59 +09:00
Peter Evans
16fa12ee5f
fix: reset branches to handle squash merge
2020-09-06 08:55:33 +09:00
Peter Evans
095c53659b
feat: support checkout on a commit in addition to a ref
2020-08-29 17:28:46 +09:00
Peter Evans
8bdec9b230
Fix pr create/update for already up to date branches
2020-08-19 17:08:59 +09:00
Peter Evans
28fddffcf8
Add test for signoff
2020-07-31 16:57:41 +09:00
pvogt09
dd364f2835
adds argument to test cases
...
Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
2020-07-30 16:06:07 +02:00
Peter Evans
053b501145
Redesign from request-to-parent to push-to-fork
2020-07-18 15:35:30 +09:00
Peter Evans
24012f5c84
Refactor extraheader auth handling
2020-07-17 20:54:39 +09:00
Peter Evans
a6a1a418bf
Use force-with-lease to push the pr branch
2020-07-17 10:37:09 +09:00
Peter Evans
4ba9ca3d10
Convert action to typescript
2020-07-16 17:57:42 +09:00