Skip to content

Commit 832442c

Browse files
committed
WIP
1 parent cad1e95 commit 832442c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

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

33
on:
4+
push:
5+
branches:
6+
- workflow-test
7+
48
pull_request_target:
59
types: [opened, synchronize, reopened]
610

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ runs:
1111
steps:
1212
- name: Initialize environment
1313
uses: ./github-actions/npm/checkout-and-setup-node
14+
- run: echo $GITHUB_ACTION_PATH/main.js
1415
- name: Apply labels to pull requests
1516
run: node $GITHUB_ACTION_PATH/main.js
1617
shell: bash

0 commit comments

Comments
 (0)