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
Apparently not possible to have empty PRs on GH :/. But we could always create (if not exists) a PR on pushes to stable. Even better with auto-merge already applied (once #69 is fixed).
We could submit a PR even when there are merge conflicts, and comment on that one to ask for merge conflict resolution.
Ideally we'd have a bit of a delay, e.g. 1hour after a push to stable, so we don't trigger CI with 10 individual commits.
Also I still need to manually merge stable to master to update the website during releases. Automation in that area has been fairly hindering and the dlang.org CI needs manual review atm. anyhow. Maybe better to exempt dlang.org from this automation.
Whenever a new commit gets pushed to
stable
, dlang-bot should submit a PR tomaster
(if it can without merge conflicts).If there are merge conflicts, it should add a comment to the merged PR.
The text was updated successfully, but these errors were encountered: