-
Notifications
You must be signed in to change notification settings - Fork 47
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
Accidental Unapproved/Leaked knowledge submissions #325
Comments
To wipe out the files in the PR, we need to force push to the submitter's fork while the PR is still open. A maintainer should have this permission. First, in your local clone, checkout the PR using the gh pr checkout pr_number where The you need to remove all the troublesome commits. git reset --hard HEAD^ removes one commit. Repeat as necessary to remove all desired commits. Then we need to push back to the submitter's fork. If the submitter used a branch (other than git push --force If however the submitter made the PR from their git push [email protected]:github_user/taxonomy.git HEAD:main --force where After this, the PR can be otherwise changed (edit comments, close). |
See instructlab/dev-docs#24 which covers this same topic. |
This issue has been automatically marked as stale because it has not had activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. |
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant! |
We should create a standard process for possible leaked or unapproved knowledge submissions.
Something along the lines of:
The text was updated successfully, but these errors were encountered: