Skip to content

Commit b57da8b

Browse files
committed
WIP
1 parent cad1e95 commit b57da8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

33
on:
4+
push:
5+
branches:
6+
- workflow-test
47
pull_request_target:
58
types: [opened, synchronize, reopened]
69

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12-
- name: Initialize environment
13-
uses: ./github-actions/npm/checkout-and-setup-node
14-
- name: Apply labels to pull requests
1512
run: node $GITHUB_ACTION_PATH/main.js
1613
shell: bash

0 commit comments

Comments
 (0)