projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe7c5f
)
CI: update actions/labeler to v5
author
Goetz Goerisch
<
[email protected]
>
Sat, 24 Aug 2024 12:07:23 +0000
(14:07 +0200)
committer
Robert Marko
<
[email protected]
>
Mon, 26 Aug 2024 18:30:14 +0000
(20:30 +0200)
* Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.
Signed-off-by: Goetz Goerisch <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16251
Signed-off-by: Robert Marko <
[email protected]
>
.github/workflows/labeler.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/labeler.yml
b/.github/workflows/labeler.yml
index 5f82b88a50a7dc5e7e5e4ab82c04b2bccfeab36f..aab1a3af60e9c22495f6d8bd78ec2d32e7997fdb 100644
(file)
--- a/
.github/workflows/labeler.yml
+++ b/
.github/workflows/labeler.yml
@@
-14,7
+14,7
@@
jobs:
name: Pull Request Labeler
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v
4
+ - uses: actions/labeler@v
5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'