celestia-node icon indicating copy to clipboard operation
celestia-node copied to clipboard

fix(ci): detect breaking ci by comparing with base branch instead of main

Open walldiss opened this issue 6 months ago • 4 comments

Refactor the action to:

  • compare changes with target branch instead of main
  • detect base branch changes to trigger ci
  • don't apply kind:break! if breaking changes are detected, but there is label already
  • apply kind:break! only if it is not present

TODO: tokens need permissions to write to pull requests to allow this action to set up the label

walldiss avatar Aug 26 '24 16:08 walldiss