mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 21:04:01 +00:00
.github: Change the run name for OnPRStateChangedPriv
(cherry picked from commit e98887f3dc)
This commit is contained in:
committed by
Asterisk Development Team
parent
18206add1c
commit
7d3ab32291
3
.github/workflows/OnPRStateChanged.yml
vendored
3
.github/workflows/OnPRStateChanged.yml
vendored
@@ -11,6 +11,9 @@
|
||||
# accompanying OnPRStateChangedPriv workflow does just that.
|
||||
|
||||
name: PRChanged
|
||||
# WARNING! The run name MUST start with "PR <pr_number>".
|
||||
# The accompanying privleged workflow parses this to find
|
||||
# the PR number. It's the only reliable way it can get it.
|
||||
run-name: "PR ${{ github.event.number }} ${{ github.event.action }} by ${{ github.actor }}"
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user