Skip to content

Commit

Permalink
Merge pull request #7 from boschresearch/node20
Browse files Browse the repository at this point in the history
⬆️ upgrade to node20
  • Loading branch information
realJohnDoe authored Apr 4, 2024
2 parents 9a6f773 + 17068da commit 148c23e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/label-pr.yml
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]
Expand All @@ -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: ./

4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022 - for information on the respective copyright owner see the NOTICE file or the
# Copyright (c) 2022-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
Expand All @@ -18,5 +18,5 @@ inputs:
default: ""

runs:
using: "node16"
using: "node20"
main: "index.js"

0 comments on commit 148c23e

Please sign in to comment.