mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-02 15:44:28 +02:00
ci(blocked-prs): use object filter to check pr label
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#example-using-an-object-filter Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
7f2f62afa8
commit
e9f7ba188b
2
.github/workflows/merge-blocking-pr.yml
vendored
2
.github/workflows/merge-blocking-pr.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
# a pr that was a `blocking:<id>` label was merged.
|
# a pr that was a `blocking:<id>` label was merged.
|
||||||
# find the open pr's it was blocked by and trigger a refresh of their state
|
# find the open pr's it was blocked by and trigger a refresh of their state
|
||||||
if: github.event.pull_request.merged == true && contains( join( github.event.pull_request.labels.*.name, ',' ), 'blocking' )
|
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'blocking')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Generate token
|
- name: Generate token
|
||||||
|
Loading…
x
Reference in New Issue
Block a user