ci(blocked_pr): merge env setup for dispatch and pull_request events

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-03-14 19:26:27 -07:00
parent 72aee5c9f6
commit e28dd30d87
2 changed files with 23 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ jobs:
# 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
if: github.event.pull_request.merged == true && contains( join( github.event.pull_request.labels.*.name, ',' ), "blocking" )
if: github.event.pull_request.merged == true && contains( join( github.event.pull_request.labels.*.name, ',' ), 'blocking' )
permissions:
issues: write