You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/.github/workflows/OnPRAction.yml

11 lines
393 B

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