We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@CyrusNajmabadi noticed that none of his feature branches were getting merge PRs created. After looking at the runs in https://devdiv.visualstudio.com/DevDiv/_build?definitionId=12152 it seems like any branch merges configured to run daily or weekly never actually run.
The code to run these merges checks if the run is happening within +/- 5 minutes of 12am midnight.
roslyn-tools/src/GitHubCreateMergePRs/Program.cs
Lines 208 to 235 in 6a3845c
I originally thought this might be happening because of a time change - however the pipeline appears to be correctly running at 12am UTC (https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7229636&view=results), and the code is correctly checking the UTC date. So not sure what is happening. Needs investigation
The text was updated successfully, but these errors were encountered:
Should we change this to make it work based on the age of the most recent auto-PR to the branch?
Sorry, something went wrong.
No branches or pull requests
@CyrusNajmabadi noticed that none of his feature branches were getting merge PRs created. After looking at the runs in https://devdiv.visualstudio.com/DevDiv/_build?definitionId=12152 it seems like any branch merges configured to run daily or weekly never actually run.
The code to run these merges checks if the run is happening within +/- 5 minutes of 12am midnight.
roslyn-tools/src/GitHubCreateMergePRs/Program.cs
Lines 208 to 235 in 6a3845c
I originally thought this might be happening because of a time change - however the pipeline appears to be correctly running at 12am UTC (https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7229636&view=results), and the code is correctly checking the UTC date. So not sure what is happening. Needs investigation
The text was updated successfully, but these errors were encountered: