Skip to content

Commit badca73

Browse files
committed
.github: Add OnPRAction.yml
1 parent 7c52e14 commit badca73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/OnPRAction.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PR
2+
run-name: "PR ${{ github.event.number }} ${{github.event.action}}${{ case(github.event.action == 'labeled', format('({0})', github.event.label.name) , '') }} by ${{ github.actor }}"
3+
on:
4+
pull_request_target:
5+
types: [ opened, reopened, synchronize, labeled ]
6+
7+
jobs:
8+
PRAction:
9+
name: "action"
10+
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRAction.yml@main

0 commit comments

Comments
 (0)