mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 03:11:40 +01: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>