-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Johannes Doellinger <[email protected]>
- Loading branch information
1 parent
cc86c1e
commit 7f6ec00
Showing
23 changed files
with
420 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ In practice, this looks like the following: | |
|
||
![An image of a comment created by the github-actions bot](pr-comment.png) | ||
|
||
## Example Usage | ||
## Example usage | ||
|
||
Add a new workflow file to the directory `.github/workflows/`. | ||
We recommend a name such as `label-pr-size.yml`. | ||
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
steps: | ||
- name: Label and comment PR | ||
uses: boschresearch/[email protected].0 | ||
uses: boschresearch/[email protected].1 | ||
# Uncomment these if you want to use your own custom configuration | ||
#with: | ||
# bucketConfigFile: "<PATH_TO_YOUR_BUCKET_CONFIG>" | ||
|
@@ -69,15 +69,15 @@ buckets: | |
- maxSize: 2000 | ||
label: 😵 Huge | ||
comment: > | ||
👮♀️⚠️ This is a friendly reminder that the diff size of this PR is bigger than | ||
👮♀️🚨⚠️ This is a friendly reminder that the diff size of this PR is bigger than | ||
200 lines we aim for. Please consider splitting this PR into more digestible pieces! | ||
- maxSize: Infinity | ||
label: 🤯 Insane | ||
comment: > | ||
👮♀️🛑 This PR's diff size is quite huge. | ||
Hopefully you know what you're doing. | ||
☣️🚫☢️ This PRs diff size is quite huge. | ||
I hope that you know what you're doing. | ||
If you did not commit a lot of autogenerated files intentionally, | ||
there are few good reasons for this. | ||
there are few excuses for this. | ||
``` | ||
## License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.