Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello 👋. I work on the GitHub docs team. We've recently run into an issue with open-source contributors that spurred this change. Currently, GitHub does not have a way to prevent external contributors from creating a pull request for a branch that originates from the base repository. This has become problematic for our open-source repo github/docs that uses repo-sync. Some external contributors open pull requests when they see a new
repo-sync
branch created. Because we auto-approve pull requests, it's possible for external contributors to get attributed with changes from the repo-sync workflows.This pull request adds an input parameter
author
. The author is used to add the ability to only return pull requests creates by a specific author.@juliangruber please let us know if this change is out of scope. I've also requested a review from a team member @JamesMGreene.