Skip to content

Commit 2417f99

Browse files
committed
WIP
1 parent cf7d7df commit 2417f99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/commit-message-based-labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: DevInfra
22

33
on:
4+
pull_request:
45
pull_request_target:
56
types: [opened, synchronize, reopened]
67

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: composite
1111
steps:
1212
- name: Initialize environment
13-
uses: ../github-actions/npm/checkout-and-setup-node
13+
uses: ./github-actions/npm/checkout-and-setup-node
1414
- name: Apply labels to pull requests
1515
run: node $GITHUB_ACTION_PATH/main.js
1616
shell: bash

0 commit comments

Comments
 (0)