-
Notifications
You must be signed in to change notification settings - Fork 31
automatically prevent infinite loops #11
Comments
again, waiting for word back from github:
|
response from 2019-02-23:
|
and 2019-03-05:
|
currently we're relying on people setting sensible filter actions before, but it'd be nice to avoid infinite loop armageddon out of the box.
Might happen if people deploy to
gh-pages
, and that deploy itself (which happens via PAT, not the usualGITHUB_TOKEN
which prevents that sort of thing!) might trigger other builds, and so forth.In simpler projects there shouldn't be any diff to commit on the >1st round, but if there is random stuff in the build such as the build time or something, this might get ugly.
The text was updated successfully, but these errors were encountered: