Skip to content
Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 11 Jan 12:54
cacbb69
Refactor GHA @goruha (#189)

what

  • Refactoring of the action
  • Added tests
  • Added process-all flag
  • Fix the action failure in case all affected stacks have not changed (artifact does not exist)
  • Fix the bug when an issue has wrong metadata or no metadata at all
  • Fix the bug when the summary size runs out of 1Mb limit

why

  • Improve code readability
  • Gain insurance in the action stability
  • Fix the bug when the action runs in the apply workflow to close issues created by the drift detection workflow.
  • Fix apply and drift detection workflow when there is no stack with drift or error
  • Avoid failing of apply and drift detection workflows because of wrong metadata in one issue
  • Avoid errors because a summary is too big

references