Skip to content

Commit cf7d7df

Browse files
committed
fixup! feat(github-actions): add auto labeling by path to github labeler action
1 parent 7fef52e commit cf7d7df

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

github-actions/pull-request-labeling/action.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ inputs:
55
angular-robot-key:
66
description: 'The private key for the Angular Robot Github app.'
77
required: true
8+
89
runs:
9-
using: 'node20'
10-
main: 'main.js'
10+
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

Comments
 (0)