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
The push event should only be registered for the master branch and for tags.
It was erroneously running on every branch, breaking Dependabot. For PRs we
exclude documentation changes only. The schedule was set to run once a week,
but we may as well run every morning.
0 commit comments