Skip to main content

Questions tagged [pull-request]

Pull requests are made when a developer forks a project, makes changes, and then wants those changes to be included in the main project again. These were made popular by Github and Bitbucket.

pull-request
0 votes
1 answer
16 views

Can I prevent a GitHub Pull Request from being created when the selected target branch fails a GitHub Actions workflow?

I have a branch name validity check GitHub Actions workflow that is intended to prevent PR's from merging when the target branch is incompatible with the source branch name. For example, if my target ...
Woldie's user avatar
  • 1
0 votes
1 answer
38 views

git reorganize pull request (e.g. into one commit per file)

I'm working on a project where I have a pull-request of another contributor that contains quite a number of commits (>15), some with really minor changes. In essence, the pull-request boils down to ...
Honeybear's user avatar
  • 3,098
0 votes
0 answers
19 views

Create a PR and Auto merge before Test deployment with GitHub Actions

We are using dev branch for dev env and main branch for test env. I need to create a auto merge PR from dev to main branch via GitHub actions once the dev environment deployment is completed. So ...
sai supraja's user avatar
-1 votes
1 answer
18 views

Github not getting triggered when the PR's are closed but not merged

The workflow has to delete the branches with pattern ID- or id- as prefix for closed pull request. Below is the workflow file. But no action is triggered. name: Delete branch when PR not merged ...
user26336051's user avatar
0 votes
0 answers
35 views

How to force GitHub to update a PR merge branch?

Dependabot sent us a PR that bumped a bunch of NPM dependency versions, and the package-lock.json file in that PR was incorrect, causing npm ci to fail. Unfortunately, we merged this PR before we ...
cpcallen's user avatar
  • 1,963
0 votes
1 answer
43 views

Can Azure DevOps Pull request feature allow selected files to be merged from one branch to another. ? If not how can we achieve this?

Can Azure DevOps Pull request feature allow selected files to be merged from one branch to another. ? If not how can we achieve this ? Tried cherry picking, dint help.. I just want to exclude ...
beena's user avatar
  • 3
0 votes
1 answer
68 views

Committing to the end of same file, merge both changes with no conflicts

The issue I'm having is related to an automation project I am working on. Basically, through a UI, someone is committing a change to the end of a file (in this case, test.conf), and at the same time, ...
MrDaveForDays's user avatar
0 votes
1 answer
38 views

Pull request task is success but nothing gets pushed

I have a GitHub Actions workflow as follows. I am trying to run a Gradle task to generate Kotlin files from .proto files. After generating these files, I want to push those Kotlin files to another ...
Karan Sharma's user avatar
  • 2,529
0 votes
0 answers
52 views

How do I hide generated files in a PR on GitHub?

When I am about to review a pull request on GitHub, I look at the lines of code changed to get an idea of how time-consuming the review will be. However, many projects include a bunch of generated ...
Joel Broström's user avatar
1 vote
1 answer
71 views

Using Azure Devops API in Python to fetch all modified files in a PR

Basically, same as the title. How can I use the Azure Devops API in Python to fetch all modified files in a PR? I have found code references for C#, but not Python, to do this specifically. Have gone ...
probonocoda's user avatar
1 vote
1 answer
32 views

Problems after accept a pull request doing rebase

Having two problems with pull requests I have a repository where there is 1 branch called main. To implements a new feature I create a new branch from the HEAD of main running git checkout -b new-...
Raxabi's user avatar
  • 103
0 votes
0 answers
31 views

Could not find a circleci can not find version that satisfies the requirement pipenv==2021.5.29

I can not figure this out I am trying to deploy a project from git to circleci but any time I try sending a new pull request and send it will have an error Could not find a version that satisfies the ...
user25755387's user avatar
-1 votes
1 answer
27 views

How do I exclude a PR from search based on its title?

I want to exclude any PR that starts with "fix": is:pr is:open review:required draft:no -in:title "fix" Clearly that doesn't work. But the docs say that you can filter out ...
jcollum's user avatar
  • 45.8k
0 votes
0 answers
30 views

GitHub pull request template for custom folder

I would like to apply a pull request template whenever certain folder is changed. Based on what was written in the documentation, I assumed that it is possible. They mentioned only docs folder, but I ...
Boris's user avatar
  • 1,116
0 votes
1 answer
57 views

Error when creating a PR using GitHub Actions

I keep getting this error: pull request create failed: GraphQL: Resource not accessible by integration (createPullRequest) Error: Process completed with exit code 1. Here is my workflow: name: Update ...
Timmy Suntichaiwakin's user avatar

15 30 50 per page
1
2 3 4 5
151