Jason Frey
Jason Frey
No need to specify the PR if you're in the PR... `@miq-bot cross-repo-retest` is sufficient
I was thinking something like option 2. A bare call would retest (close/open PR or just kick directly via Travis API). Additionally, sometimes you get the list of repos wrong,...
Might also be helpful to automatically list all PRs merged in the Org since the last green test. Not sure how we would present that in an announcement cause the...
See also https://github.com/ManageIQ/miq_bot/issues/186
This one now should be reworked to check GitHub Actions instead.
@chrisarcand I think this is similar to the auto-assignment that the rails bot does, but instead of it being based on paths, it's based on labels.
Travis has a lot of features built in for notifications - email: https://docs.travis-ci.com/user/notifications/#Configuring-email-notifications - gitter (via irc): https://docs.travis-ci.com/user/notifications/#Configuring-IRC-notifications - or both I would prefer one of those over coding our...
Yeah, I was wondering when this might happen...we implemented very naively to avoid having to parse Ruby...guess we'll have to parse Ruby :)
mostly the guide and what in my head like .to_sym over .intern. I was just hoping there was an existing cop that we can configure