-
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.
Merge pull request #7 from boschresearch/node20
⬆️ upgrade to node20
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Copyright (c) 2024 - 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 | ||
|
||
name: Checks the diff size of PRs, labels them, and comments in case they exceed 200 lines of code. | ||
|
||
on: [pull_request] | ||
|
@@ -7,5 +12,8 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
name: Check PR size | ||
steps: | ||
- name: Label and comment PR | ||
uses: boschresearch/[email protected] | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Test the action in the current version | ||
uses: ./ | ||
|
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