Seth Flynn
2025-04-18 16:53:16 -04:00
parent 7f2f62afa8
commit e9f7ba188b

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(github.event.pull_request.labels.*.name, 'blocking')
steps:
- name: Generate token