Skip to content

Commit b5d06cd

Browse files
committed
WIP
1 parent cf7d7df commit b5d06cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
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

@@ -15,4 +16,4 @@ jobs:
1516
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1617
- uses: ./github-actions/pull-request-labeling
1718
with:
18-
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
19+
angular-robot-key: thisisatest

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)