You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: don't recreate patch every time (#1080)
* feat: create a new function to create pull request target that can receive the patch
* refactor: clarify new function
feat: trigger on check (#1018)
* feat: add trigger on check property to workflow
* feat: short circuit workflow if it's meant to be triggered by check issue
* test: fix integration test
* fix: pass trigger on check across transformations
* fix: forgot to set checks with issues in env
* test: increase coverage