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 7fef52e commit cf7d7dfCopy full SHA for cf7d7df
github-actions/pull-request-labeling/action.yml
@@ -5,6 +5,12 @@ inputs:
5
angular-robot-key:
6
description: 'The private key for the Angular Robot Github app.'
7
required: true
8
+
9
runs:
- using: 'node20'
10
- main: 'main.js'
+ using: composite
11
+ steps:
12
+ - name: Initialize environment
13
+ uses: ../github-actions/npm/checkout-and-setup-node
14
+ - name: Apply labels to pull requests
15
+ run: node $GITHUB_ACTION_PATH/main.js
16
+ shell: bash
0 commit comments