Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

WIP: change PR flow to AGit#35111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
AdamMajer wants to merge1 commit intogo-gitea:main
base:main
Choose a base branch
Loading
fromAdamMajer:resource_PR

Conversation

AdamMajer
Copy link
Contributor

To allow to dissociate from parent branch
need to change head_branch = "user/topic", flow = 1, head_repo_id = base_repo_id

Related to:#33883

To allow to dissociate from parent branchneed to change head_branch = "user/topic", flow = 1, head_repo_id = base_repo_id+----+------+--------+------------------+---------------+----------------+-------------------------+----------+-------+--------------+--------------+-----------------+-------------+--------------------------------------------------------------+-----------------------+------------+------------------+-----------+-------------+------+| id | type | status | conflicted_files | commits_ahead | commits_behind | changed_protected_files | issue_id | index | head_repo_id | base_repo_id |   head_branch   | base_branch |                          merge_base                          | allow_maintainer_edit | has_merged | merged_commit_id | merger_id | merged_unix | flow |+----+------+--------+------------------+---------------+----------------+-------------------------+----------+-------+--------------+--------------+-----------------+-------------+--------------------------------------------------------------+-----------------------+------------+------------------+-----------+-------------+------+| 2  | 0    | 2      | null             | 1             | 0              | null                    | 2        | 2     | 3            | 1            | master          | master      | 21ef3959cb995307e97c5c76f7677ab13a3ea88a911999d69f2ca3033b70 | 0                     | 0          |                  | 0         | 1752264162  | 0    ||    |      |        |                  |               |                |                         |          |       |              |              |                 |             | 28ab                                                         |                       |            |                  |           |             |      |+----+------+--------+------------------+---------------+----------------+-------------------------+----------+-------+--------------+--------------+-----------------+-------------+--------------------------------------------------------------+-----------------------+------------+------------------+-----------+-------------+------+| 3  | 0    | 2      | null             | 1             | 0              | null                    | 3        | 3     | 1            | 1            | test/topic_here | master      | 21ef3959cb995307e97c5c76f7677ab13a3ea88a911999d69f2ca3033b70 | 0                     | 0          |                  | 0         | 1752424365  | 1    ||    |      |        |                  |               |                |                         |          |       |              |              |                 |             | 28ab                                                         |                       |            |                  |           |             |      |+----+------+--------+------------------+---------------+----------------+-------------------------+----------+-------+--------------+--------------+-----------------+-------------+--------------------------------------------------------------+-----------------------+------------+------------------+-----------+-------------+------+Related to:go-gitea#33883
@GiteaBotGiteaBot added the lgtm/need 2This PR needs two approvals by maintainers to be considered for merging. labelJul 17, 2025
@github-actionsgithub-actionsbot added modifies/apiThis PR adds API routes or modifies them modifies/goPull requests that update Go code labelsJul 17, 2025
@AdamMajer
Copy link
ContributorAuthor

The purpose here is to disassociate the source branch from the PR and one way of doing this is via an AGit PR.

The scenario in question is that we have multiple tracking branches across repositories. We can submit from one branch to another, but the PR must not get automatically advanced as the source tracking branch is updated. One way to accomplish this is to use an AGit style PR. If the original PR is Github style, we can disassociate from the source tracking branch by converting it to AGit.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
lgtm/need 2This PR needs two approvals by maintainers to be considered for merging.modifies/apiThis PR adds API routes or modifies themmodifies/goPull requests that update Go code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@AdamMajer@GiteaBot

[8]ページ先頭

©2009-2025 Movatter.jp