We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb6b55 commit 46a89e5Copy full SHA for 46a89e5
.github/actions/pr-labels/action.yml
@@ -2,10 +2,10 @@ name: "Check PR labels"
2
description: "Check required PR labels are present"
3
author: "Replicated"
4
runs:
5
- using: 'node16'
+ using: 'node20'
6
main: 'dist/index.js'
7
inputs:
8
token:
9
description: The GitHub token to use when calling the API
10
default: ${{ github.token }}
11
- required: false
+ required: false
0 commit comments