Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Doellinger <[email protected]>
  • Loading branch information
realJohnDoe committed Sep 19, 2024
1 parent cc86c1e commit 7f6ec00
Show file tree
Hide file tree
Showing 23 changed files with 420 additions and 126 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ on: [pull_request]

jobs:
add_pr_size_label:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Check PR size
steps:
- uses: actions/checkout@v4

- name: Test the action in the current version
uses: ./

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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>"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 - for information on the respective copyright owner see the NOTICE file or the
# Copyright (c) 2022 - for information on the respective copyright owner see the NOTICE file or the
# repository https://github.com/boschresearch/pr-size-labeller.
#
# SPDX-License-Identifier: Apache-2.0
Expand Down
8 changes: 4 additions & 4 deletions defaultBuckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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.
76 changes: 55 additions & 21 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7f6ec00

Please sign in to comment.