Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gardening: Fix turnstile config for issue events (#40092)
Actions lacks a proper ternary operator or if-then syntax. We can mostly fake it with `cond && then-value || else-value`, but that fails if the `then-value` evaluates as falsey. That was happening in one place; change things around to avoid the breakage.
- Loading branch information