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

Add tide alternative #875

Merged
merged 6 commits into from
Sep 20, 2024
Merged

Conversation

MarekMichali
Copy link
Contributor

@MarekMichali MarekMichali commented Sep 20, 2024

Description

Add All checks passed action. It checks if all GitHub actions have passed, except those under checks_exclude. This allows to remove other required checks from branch protection and add only this one that acts as a guard. This allows to use path filtering in other workflows that are required in some cases and not required in others, such as the image-builder workflow that doesn't need to be run on sec-scanner bump PR's. This allows to speed up some PR and the release

Changes proposed in this pull request:

  • Add All checks passed action
  • Change label validator triggers

Related issue(s)

@MarekMichali MarekMichali requested a review from a team as a code owner September 20, 2024 05:49
@kyma-bot kyma-bot added the cla: yes Indicates the PR's author has signed the CLA. label Sep 20, 2024
Copy link

Add one of following labels

- kind/feature -> Use it when you want to submit a new feature

- kind/enhancement -> Use it when you modify or improve an existing feature

- kind/bug -> Use it when you fix a bug

@kyma-bot kyma-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 20, 2024
@MarekMichali
Copy link
Contributor Author

/kind enhancement

@kyma-bot kyma-bot added the kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature label Sep 20, 2024
@kyma-bot kyma-bot added the lgtm Looks good to me! label Sep 20, 2024
@kyma-bot kyma-bot merged commit 44787e2 into kyma-project:main Sep 20, 2024
30 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature lgtm Looks good to me! size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants