Commit graph

14 commits

Author SHA1 Message Date
John Kuhn
cc6827c0ee
Support ignoring file deletions (#76)
* Support ignoring file deletions

Tweak action.yml

* Tweak the readme description

Co-authored-by: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com>

* tweak removed file check to include line_deletion var

Co-authored-by: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com>

* docs: unify the "Basic concepts or assumptions" readme section into the most related arguments to make it easier to read

Improve the existing contribution guide (#74)

* Improve the existing contribution guide

* reorder the contribution steps to push testing up

Co-authored-by: Javier Ferrer González <javier.ferrer@codely.com>

* tweak contribution process opener copy

Co-authored-by: Javier Ferrer González <javier.ferrer@codely.com>

---------

Co-authored-by: Javier Ferrer González <javier.ferrer@codely.com>

Put back accidental deletion

---------

Co-authored-by: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com>
Co-authored-by: Javier Ferrer González <javier.ferrer@codely.com>
Co-authored-by: Rob W <rlw0788@gmail.com>
2024-05-14 06:15:36 -07:00
Marco Lecheler
13d17c48b7
chore: use github.api_url as default (#62)
Co-authored-by: John Kuhn <john@useintegral.com>
2024-04-16 15:40:12 -07:00
John Kuhn
f2aafc4d87
Support ignore deletions with "ignore_line_deletions" param (#71)
* Support ignore deletions with "ignore_file_deletions" param

Test files_to_ignore code path

Tweak the variable type

Correct bad logic in the file ignore block

Debug

More debugging

More debugging

Fingers crossed

Another try

Last try

Lets see if this one does it

Testing again

More tests

More testing

Last test

Wait, I might be onto something

Put some changes back

Fixes

Whoops

Walk back yml test

* Rename config variable to be ignore_line_deletions

* Add and update tests

* Update action.yml to provided more consistent desc.

Co-authored-by: Javier Ferrer González <javier.mailserio@gmail.com>

* Delete redundant helper function

* Fix parse error in action.yml

---------

Co-authored-by: Javier Ferrer González <javier.mailserio@gmail.com>
2024-04-16 08:35:06 -07:00
Rafa Gómez
bfc42c990b
feature: Add support for ignoring files (#35)
Co-authored-by: favmd <m.dietl@frontmark.de>
2022-03-20 11:41:22 +01:00
Rafa Gómez
6601a2d04f
refactor: accept params via docpars (#34) 2022-03-20 10:53:21 +01:00
Brian Flad
2b4112ffb7
feat: support size label customization (#26)
* Support size label customization

Reference: https://github.com/CodelyTV/pr-size-labeler/issues/25

* Use curly braces with positional arguments

Prevents issues with $10 and higher.
2021-09-20 11:30:23 +02:00
Javier Ferrer
4b80a92212 More explicit and self-explanatory message_if_xl default parameter value
- New value based on what an AWS team suggest: https://github.com/awslabs/fhir-works-on-aws-authz-rbac/pull/24
2021-03-04 12:08:58 +01:00
Dominik Meyer
d56e9ca5fe
Add GHES support (#22)
Co-authored-by: dom <dominik.meyer01@sap.com>
Co-authored-by: Javier Ferrer <javier.mailserio@gmail.com>
2021-03-03 12:54:34 +01:00
Rafa Gómez
297d8199d5
Add message if the pr is xl (#7) 2020-04-27 15:36:43 +02:00
Raúl Julián López Caña
d8852852e7
docs: add branding icon/color & version badge (#1) 2020-03-02 08:59:03 +01:00
Rafa Gómez
f6e069c843
Improve naming 2020-02-27 18:48:35 +01:00
Rafa Gómez
ca05d28e05
Fail if xl 2020-02-27 17:42:21 +01:00
Rafa Gómez
5f3b5ec2cb
Paratemetrize sizes 2020-02-27 17:31:01 +01:00
Rafa Gómez
28851d1d57
Add first basic version 2020-02-27 15:32:34 +01:00