Skip to content

Commit 64afc7d

Browse files
committed
WIP
1 parent cad1e95 commit 64afc7d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ runs:
1111
steps:
1212
- name: Initialize environment
1313
uses: ./github-actions/npm/checkout-and-setup-node
14+
- run: echo $GITHUB_ACTION_PATH/main.js
15+
shell: bash
1416
- name: Apply labels to pull requests
1517
run: node $GITHUB_ACTION_PATH/main.js
1618
shell: bash

0 commit comments

Comments
 (0)