Skip to content

Commit 3a4a148

Browse files
committed
Test workflow in dev
1 parent 42d4b35 commit 3a4a148

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 🧪 Test Workflow for PR Label
2+
3+
on:
4+
pull_request:
5+
types: [labeled]
6+
7+
jobs:
8+
test:
9+
name: Test
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Log
13+
run: |
14+
echo "Label: ${{ github.event.label.name }}"
15+
echo "Branch: ${{ github.event.pull_request.head.ref }}"

0 commit comments

Comments
 (0)