graph-tooling icon indicating copy to clipboard operation
graph-tooling copied to clipboard

"Upcoming Release Changes" PR workflows not running

Open YaroShkvorets opened this issue 1 year ago • 3 comments

i.e https://github.com/graphprotocol/graph-tooling/pull/1864

As a result final checks before the release are not performed, including publishing CLI RC release.

The issue here is that GitHub doesn't trigger workflows from events created by other workflows to avoid infinite loop: https://github.com/peter-evans/create-pull-request/issues/48

Possible workarounds:

  • create this PR with different PAT token
  • Github app
  • cron ?
  • manual dispatch ?

YaroShkvorets avatar Dec 19 '24 20:12 YaroShkvorets

I believe this is a duplicate of #1757 but hadn't had the chance to look at it more in depth. Do you want to close the other one in favor of this one and tackle it or we keep the original ?

0237h avatar Jan 10 '25 16:01 0237h

No, that's different one. The rate limit one was just failing some checks. This one doesn't even start checks, for example: https://github.com/graphprotocol/graph-tooling/pull/1887

image

YaroShkvorets avatar Jan 10 '25 16:01 YaroShkvorets

Oh right I see, my bad :+1:

0237h avatar Jan 13 '25 13:01 0237h