Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1010 Bytes

pull-request-labels.md

File metadata and controls

13 lines (10 loc) · 1010 Bytes

Pull request labels

Github workflow will run for each pull request. This workflow will render the manifests in the before state, as well as the after state. It then compares these rendered results to see which changes were made and applies the following labels on the PRs.

Note: The rendered results are not deployed by the workflow, it merely diffs them.

  • (safe): Modifications made in this PR do not result in differences between rendered results. This is helpfull during refactoring. e.g. cleanup of completely rolled out changes.
  • (side effects): Modification made in this PR does result in differences between rendered results. This means that merging this PR will result in modification in the kubernetes clusters as ArgoCD will apply the changes.
  • (risky): This PR made modifications to bases in the applications/ directory, which also resulted in differences between rendered manifests. i.e. it is highly likely these changes will impact multiple environments simultaneously.