pull-request Questions
2
Solved
I have created a pull request in AzureDevops Repos. Pull request is from "green_branch" into "master". I would like to change the target of this pull request from "master&q...
Electric asked 26/10, 2023 at 9:31
4
Is it possible to get a list of pull requests that have touched any file under a given directory?
The other day, I had to wade through dozens of pull requests from the past several months and coll...
Remindful asked 27/2, 2017 at 22:28
5
I am trying to see if I can enforce a questionnaire in Bitbucket before reviewers approve a Pull-request. Sample questions that I would like to use are..
If the changes made are to a global repos...
Acropetal asked 17/7, 2016 at 14:22
3
Solved
Title says it all…
Anyone have any code to update the base branch for a github pull request programmatically? Don't really care about the language.
Chao asked 4/5, 2018 at 21:11
4
Solved
As git-lfs requires some manual setup (install git-lfs, run git lfs install once) this can lead to developers not committing git-lfs tracked file types correctly. I would like to check that for pul...
Arvo asked 2/11, 2017 at 9:54
10
Solved
My repo is a fork from upstream repo 2amigos/yii2-usuario.
My repo is behind some commits. I want to re-sync all commit and created a pull request by switching the base, so that the upstream repo g...
Lolalolande asked 8/8, 2020 at 12:55
7
We would like to use Merge Request approvals similar to how it works in Stash where one person creates a PR and can assign multiple reviewers who can approve or decline. PR can be merged only when ...
Special asked 1/3, 2016 at 14:8
1
I want to review code that is totally new. But, I am unable to create a pull request, nor I am able to add a comment.
Does github supports reviewing code for only changes to existing repositories?...
Zapateado asked 14/4, 2017 at 22:52
4
Solved
I have a GitLab installation running, and I have a repository that I want to share with my friends. I can't understand the flow of sending pull requests in GitLab.
A user can't fork my repository o...
Vacuum asked 13/3, 2013 at 21:23
3
Solved
Say I have a workflow that runs on every PR to master which starts with:
on:
pull_request:
branches:
- master
I'd like to skip all jobs if the PR is coming from the depbot branch. Something lik...
Fiducial asked 15/7, 2021 at 5:38
8
We frequently use the Files Changed tab on a pull request to peer review the work we have done on a branch, unfortunately a major part of our development process is regenerating Flex services so wh...
Grimalkin asked 21/11, 2013 at 12:0
8
Solved
I did a pull request but after that I made some commits to the project locally which ended polluting my pull request, I tried to remove it but without any luck.
I found some similar questions on S...
Chiropteran asked 23/3, 2016 at 2:38
11
Solved
I would like to make a pull request from my fork repo to the upstream repository.
As always I was following these steps here from the guidance from Github.
But this time I can not make a pull req...
Servo asked 10/4, 2019 at 7:17
4
Solved
I found this somewhat recent mention of experimental PR features, and they mentioned the ability to insert and apply suggestions from the PR itself.
That's a feature I've grown very accustomed to w...
Anglo asked 11/8, 2021 at 16:9
6
I have created a new branch that contains all images used in the projects README.md. It is supposed to never get merged and is just there to keep the main branch tidy.
GitHub displays a very big ye...
Fatality asked 17/2, 2022 at 17:28
4
Solved
Problem
I received a pull request and I want to approve it via the command line (i.e., without logging into Github with my browser and using the GUI). This PR makes changes to a branch.
This is wha...
Goodish asked 6/2, 2021 at 0:35
3
Is it possible to trigger Github Actions workflow when the base branch of the pull request has new code pushed?
Details with example: the pull request branch is feature1 and the base is development...
Hartill asked 7/6, 2021 at 8:42
25
Yesterday my pullrequest jobs failed with the following output:
11:07:41 > git rev-parse origin/${sha1}^{commit}
11:07:41 > git rev-parse ${sha1}^{commit}
11:07:41 ERROR: Couldn't find any r...
Siliceous asked 28/5, 2014 at 8:24
2
Solved
I want to fetch, using git, the list of Pull Requests in a repository hosted in Azure DevOps.
Github has the support.
We can just add this to .git/config:
[remote "origin"]
fetch = +refs...
Civilian asked 27/5, 2021 at 3:45
2
Solved
I have set Github actions to be skipped when a draft pull request has been created however it is not trigger when the pull request is ready for review. Is there any way to run the action when I dra...
Oriya asked 12/7, 2021 at 14:22
8
Solved
I have a pull request opened where I have some project.lock.json files which I do not want to merge while merging my branch to main branch. Is there a way to remove thos project.lock.json files fro...
Scenography asked 21/4, 2016 at 7:55
6
Solved
I accidentally made a wrong pull request and ended up closing the request myself. It's in a closed state right now but it's accessible via direct URL and showing on my activity bar.
Is there any w...
Cloris asked 19/8, 2013 at 15:56
4
Solved
When I do a Pull Request on GitHub (against master branch), can we ignore some file changes, like
we have one file named 'fileA' in branch 'release', and we have the same file in 'master', but we...
Baillie asked 24/2, 2015 at 18:10
21
Solved
I'm trying to review a pull request on GitHub to a branch that isn't master. The target branch was behind master and the pull request showed commits from master, so I merged master and pushed it to...
Mulder asked 30/4, 2013 at 17:51
3
I have a use case wherein every time a pull request is raised against the develop branch, a notification needs to be sent to slack channel with PR link and possibly info on which user opened it.
I'...
Valora asked 5/4, 2021 at 6:9
1 Next >
© 2022 - 2024 — McMap. All rights reserved.