Skip to content

Commit 78dbcb6

Browse files
committed
WIP
1 parent cad1e95 commit 78dbcb6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12-
- name: Initialize environment
13-
uses: ./github-actions/npm/checkout-and-setup-node
12+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+
with:
14+
filter: blob:none
15+
persist-credentials: false
16+
ref: ${{ inputs.ref }}
17+
- run: ls
18+
shell: bash
1419
- name: Apply labels to pull requests
1520
run: node $GITHUB_ACTION_PATH/main.js
1621
shell: bash

0 commit comments

Comments
 (0)