mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 21:04:01 +00:00
.github: Move PRChanged,PRChangedPriv,PRCPCheck,PRReCheck,PRMerge logic.
Moved to asterisk-ci-actions reusable workflows.
(cherry picked from commit e09b4dd97f)
This commit is contained in:
committed by
Asterisk Development Team
parent
e10c33d251
commit
b7eff883b1
16
.github/workflows/OnPRCPCheck.yml
vendored
Normal file
16
.github/workflows/OnPRCPCheck.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: PRCPCheck
|
||||
run-name: "PR ${{ github.event.number }} ${{ github.workflow }} by ${{ github.actor }}"
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ labeled ]
|
||||
|
||||
jobs:
|
||||
PRCPCheck:
|
||||
if: ${{ github.event.label.name == vars.CHERRY_PICK_TEST_LABEL }}
|
||||
concurrency:
|
||||
group: cpcheck-${{ github.event.number }}
|
||||
cancel-in-progress: true
|
||||
name: "run-cpcheck"
|
||||
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCPCheck.yml@main
|
||||
secrets:
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user