mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-22 04:50:57 -05:00
* 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>
93 lines
No EOL
1.6 KiB
Text
93 lines
No EOL
1.6 KiB
Text
[
|
|
{
|
|
"filename": ".editorconfig",
|
|
"status": "added",
|
|
"additions": 9,
|
|
"deletions": 0,
|
|
"changes": 9
|
|
},
|
|
{
|
|
"filename": ".github/workflows/ci.yml",
|
|
"status": "modified",
|
|
"additions": 17,
|
|
"deletions": 0,
|
|
"changes": 17
|
|
},
|
|
{
|
|
"filename": "asdasdasd.lock",
|
|
"status": "modified",
|
|
"additions": 1188,
|
|
"deletions": 0,
|
|
"changes": 1188
|
|
},
|
|
{
|
|
"filename": "entrypoint.sh",
|
|
"status": "modified",
|
|
"additions": 4,
|
|
"deletions": 4,
|
|
"changes": 8
|
|
},
|
|
{
|
|
"filename": "src/ensure.sh",
|
|
"status": "modified",
|
|
"additions": 4,
|
|
"deletions": 4,
|
|
"changes": 8
|
|
},
|
|
{
|
|
"filename": "src/github.sh",
|
|
"status": "added",
|
|
"additions": 89,
|
|
"deletions": 76,
|
|
"changes": 165
|
|
},
|
|
{
|
|
"filename": "src/github_actions.sh",
|
|
"status": "modified",
|
|
"additions": 1,
|
|
"deletions": 1,
|
|
"changes": 2
|
|
},
|
|
{
|
|
"filename": "src/inner.lock",
|
|
"status": "modified",
|
|
"additions": 1188,
|
|
"deletions": 0,
|
|
"changes": 1188
|
|
},
|
|
{
|
|
"filename": "src/labeler.sh",
|
|
"status": "modified",
|
|
"additions": 48,
|
|
"deletions": 48,
|
|
"changes": 96
|
|
},
|
|
{
|
|
"filename": "src/log.sh",
|
|
"status": "modified",
|
|
"additions": 17,
|
|
"deletions": 0,
|
|
"changes": 17
|
|
},
|
|
{
|
|
"filename": "src/main.sh",
|
|
"status": "modified",
|
|
"additions": 34,
|
|
"deletions": 23,
|
|
"changes": 57
|
|
},
|
|
{
|
|
"filename": "src/misc.sh",
|
|
"status": "modified",
|
|
"additions": 10,
|
|
"deletions": 14,
|
|
"changes": 24
|
|
},
|
|
{
|
|
"filename": "deleted_file.txt",
|
|
"status": "removed",
|
|
"additions": 0,
|
|
"deletions": 123,
|
|
"changes": 123
|
|
}
|
|
] |