Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop creating PR to update TPN files #9989

Merged
merged 3 commits into from
Mar 3, 2023
Merged

Stop creating PR to update TPN files #9989

merged 3 commits into from
Mar 3, 2023

Conversation

majastrz
Copy link
Member

@majastrz majastrz commented Mar 3, 2023

Since the permissions got locked down, we can no longer use workflows to automatically create PRs. Removed the PR creation step and replaced it with a force push step. The PR will be created manually from the branch.

Microsoft Reviewers: Open in CodeFlow

@majastrz majastrz merged commit 988a593 into main Mar 3, 2023
@majastrz majastrz deleted the majastrz/fix-tpn branch March 3, 2023 06:18
draft: false
commit_options: '--no-verify --signoff'
status_options: '--untracked-files=no'
push_options: '--force'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why force push? Isn't that going to blow away someone else's commit?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs to blow away its own changes too because we're not going to create a PR every time it runs. Everyone in this repo is following the convention of having their username in the branch name, so there shouldn't be clashes ideally but it is a temporary solution until we figure out how to get PR creation automation working again.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah - I missed that this isn't running on the main branch. Makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants