mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-03 20:06:24 +00:00
11 lines
393 B
YAML
11 lines
393 B
YAML
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
|