pull-request Questions

3

My enterprise has a Git repository. To make changes, I have to make changes in my forked repository and then make a pull request. I primarily use RStudio, so I have enabled its integration with G...
Auroraauroral asked 17/1, 2017 at 2:27

2

I may have some expensive tasks/tests and a PR that has not been reviewed could require additional changes. I don't want to run those expensive tasks for every commit or minor change but only after...
Soldier asked 16/3, 2021 at 0:56

21

Solved

The terminology used to merge a branch with an official repository is a 'pull request'. This is confusing, as it appears that I am requesting to push my changes to the official repository. Why is ...
Claraclarabella asked 9/2, 2014 at 9:33

1

Using the Bitbucket REST API, I’m looking for a way to get all pull requests that are assigned to a user. So far this endpoint: https://api.bitbucket.org/2.0/repositories/{workspace}/{repository_na...
Heyes asked 21/7, 2022 at 22:19

7

Solved

A feature added on Dec, 7, 2016, announced on GitHub blog, introduced the option to add reviewers to a Pull Request You can now request a review explicitly from collaborators, making it easier...
Sickener asked 11/12, 2016 at 14:27

3

Solved

(100% in-browser solution: Received a pull-request from someone else, how to edit it before merging directly on github?) Let's say I have a repository myproject on GitHub. A user named userblah pr...
Kuenlun asked 8/12, 2014 at 9:52

7

Solved

I opened a pull request to rails repo on github by using Fork & Edit this file file button. Now, After getting feedback on my PR, I wanted to add some more commits. so here is what I ended by...
Nutty asked 13/4, 2012 at 19:53

5

Solved

Is it possible to merge pull request automaticaly to master branch on github after success of travis test webhook?
Coveney asked 12/3, 2015 at 16:40

4

Solved

Github added reviewers. Is there a way to find PRs (e.g. on the Pull Requests page) where the user is a reviewer? Things I have already tried: Checked https://help.github.com/articles/searching-...
Prize asked 6/1, 2017 at 13:33

2

Solved

What is the difference between pull_request and pull_request_target event in GitHubActions? I found this explanation in the GitHubActions Docs: This event (pull_request_target) runs in the context...
Deering asked 30/12, 2022 at 0:41

12

Solved

It seems like you have to interact with github.com to initiate a pull request. Is this so?
Playsuit asked 27/10, 2010 at 21:38

10

Solved

I made some changes I submitted a pull request The pull request was accepted and merged. We found a bug The changes were removed again (force push to 1 commit before) whilst I fixed the bug. I've...
Lancaster asked 1/10, 2012 at 13:30

3

Solved

I forked a project. I worked on it for a bit. I now have ten different commits, each of which is independent of the other commits. I'd like to send each individual commit as a separate pull request...
Ecumenicism asked 19/5, 2015 at 23:44

3

Say I have a branch, demos, which exists to create demo code against whatever is in master. I want the commits to the demo branch to ping everyone pretty frequently, generally by being part of a pu...
Longueur asked 4/4, 2014 at 22:34

1

Solved

When I spot an issue during the code review for a pull request (PR) on Azure DevOps, I can leave a comment (actually, a new comment thread). Resolution of all comments can be configured as a prereq...
Unific asked 27/9, 2023 at 10:7

5

Solved

How can I get the Projects and linked issues for a given pull request from github API V3? The pulls endpoint does not give information on either of them. In the github's pull requests section's si...
Kylander asked 17/3, 2020 at 6:21

9

Solved

How do I create and/or send a pull request to another repository hosted on GitHub?
Peculiar asked 4/2, 2013 at 5:10

2

Solved

Is there a full list of the allowed url parameters for github pull requests? I know "w=1" can be used to ignore white space changes in file diffs, and something like "ts=4" can be used to reset tab...
Pacification asked 8/3, 2018 at 2:1

5

Is there a way to find out the acceptance rate of one's GitHub PR's, probably using the API? While at that, it would be interesting to find out how many of the issues I reported have been closed v...
Apocopate asked 12/2, 2014 at 4:36

10

Solved

Pull Requests are great for understanding the larger thinking around a change or set of changes made to a repo. Reading pull requests are a great way to quickly "grok" a project as, instead of smal...
Shinleaf asked 23/7, 2013 at 18:28

3

Solved

I have a workflow which runs a test job under given circumstances automatically, or I can run it manually: name: Test on: workflow_dispatch: inputs: used-branch: description: Branch the test s...
Aguie asked 20/12, 2022 at 19:3

0

I'm using the GitHub Pull Requests extension in Visual Studio Code to review pull requests. I've been assigned a PR, and I partially reviewed it about a week ago. However, today, when I tried to co...
Finish asked 5/10, 2023 at 15:50

0

Previously, every git push to an open Pull Request was shown immediately. It might or might not have triggered CI, but the commit showed up in the "Commits" tab right away. Now, every tim...
Snead asked 5/10, 2023 at 15:0

1

From GitHub.com, I'd like to see all open PRs where I am the author, reviewer, or assignee, whether as an individual or as a member of a team. From github.com/pulls, I can filter with something lik...
Slapjack asked 24/4, 2023 at 15:56

2

Solved

Currently I am working on a really big pull request. In order to keep code reviews somehow manageable, the idea was to split the complete pull request into isolated parts which, however, depend on ...
Undeviating asked 28/10, 2014 at 22:18

© 2022 - 2024 — McMap. All rights reserved.