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
It seems that pyup first creates and pushes a new branch that's equal to master, and then only after pushes changes to it. This causes Travis to trigger jobs on the first push, even though it doesn't yet have changes.
Could the commits be pushed before creating the ref?
If not perhaps a feature request could be filed against the github NPM package for a way to handle this?
Alternatively perhaps an NPM package for interacting with github using the git protocols might work?
Hi!
It seems that pyup first creates and pushes a new branch that's equal to master, and then only after pushes changes to it. This causes Travis to trigger jobs on the first push, even though it doesn't yet have changes.
For example:
mozilla/treeherder/pull/3317
-> https://screenshots.firefox.com/9mQlhzMxPjcStcDg/travis-ci.org
mozilla/treeherder/pull/3321
-> https://screenshots.firefox.com/gBzUSwfM8uyIS60a/travis-ci.org
Please can pyup only push once, with the actual commits?
The text was updated successfully, but these errors were encountered: