mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-27 15:54:50 +00:00
We have seen instances where the github.event.pull_request.labels.*.name context in Github Actions doesn't actually include the labels. Instead, we now pull and parse them ourselves instead of relying on that context. Signed-off-by: Ryan Cragun <me@ryan.ec>