Skip to content

Problem: Resolving upstream fetches that have conflicts may result in broken build #11

@weex

Description

@weex

If fetching upstream requires opening a pull request so that conflicts can be resolved, and such conflicts are resolved as follows, then a merge is completed without letting CI run.

This is a specific example of what Github recommends for resolving conflicts using command line.

git checkout -b mastodon-main main
git pull https://github.com/mastodon/mastodon.git main
git o mastodon-main

Then commit to finish merge... (don't do this)

git o main
git merge --no-ff mastodon-main
git push origin main

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions