Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use require-label action for health-check #5771

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mitsudome-r
Copy link
Member

@mitsudome-r mitsudome-r commented Feb 12, 2025

Description

This replaces make-sure-label-is-present action with require-label action in order to enforce build check for all PRs.
Currently, if a PR does not have tag:run-health-check label added, it will skip the build check. Skipped CI will be treated as passing check in GitHub so there is risk that a PR can be merged without build check.

Using require-label action will report failure when the label is not present, which enables us to detect that CI is not running.

Relevant PR: autowarefoundation/autoware.universe#9709

How was this PR tested?

Notes for reviewers

None.

Effects on system behavior

None.

Copy link

github-actions bot commented Feb 12, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@mitsudome-r mitsudome-r added the tag:run-health-check Run health-check label Feb 12, 2025
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag:run-health-check Run health-check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant