Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/OnPRAction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PR
run-name: "PR ${{ github.event.number }} ${{github.event.action}}${{ case(github.event.action == 'labeled', format('({0})', github.event.label.name) , '') }} by ${{ github.actor }}"
on:
pull_request_target:
types: [ opened, reopened, synchronize, labeled ]

jobs:
PRAction:
name: "Action"
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRAction.yml@main
4 changes: 4 additions & 0 deletions sample.call
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# Test cherry-pick
#

#
# This is a sample file that can be dumped in /var/spool/asterisk/outgoing
# to generate a call. For Asterisk to read call files, you must have the
Expand Down
Loading