chore: remove inherited issue auto-close gate and pi leftovers in .github - #152
Merged
Merged
Conversation
The contributor gate workflows inherited from pi auto-closed every issue and PR opened by non-collaborators. Remove the gate workflows, the approved contributors list, and the auto-close wording in the issue templates, CONTRIBUTING.md and the coding-agent README.
- Point issue template CONTRIBUTING links to stepfun-ai/Step-Code - Use `step -ne` and the current version in the bug template - Drop the new-contributor requirement from the proposal template - Remove pi's Discord contact link and blank-issue restriction - Remove pi's package-report template and inprogress label workflow
kylin1020
force-pushed
the
chore/remove-issue-auto-close
branch
from
September 23, 2026 06:14
5751a68 to
438dafc
Compare
ZouR-Ma
pushed a commit
that referenced
this pull request
Sep 23, 2026
…thub (#152) * chore: remove inherited issue/PR auto-close gate The contributor gate workflows inherited from pi auto-closed every issue and PR opened by non-collaborators. Remove the gate workflows, the approved contributors list, and the auto-close wording in the issue templates, CONTRIBUTING.md and the coding-agent README. * chore: remove remaining pi leftovers from .github - Point issue template CONTRIBUTING links to stepfun-ai/Step-Code - Use `step -ne` and the current version in the bug template - Drop the new-contributor requirement from the proposal template - Remove pi's Discord contact link and blank-issue restriction - Remove pi's package-report template and inprogress label workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changed
1. Remove the contributor auto-close gate. New issues were being closed right after they were opened by
issue-gate.yml, a contributor gate inherited from pi. It closed every issue and PR from anyone who was neither a collaborator nor listed in.github/APPROVED_CONTRIBUTORS.issue-gate.yml,pr-gate.yml,approve-contributor.yml,issue-triage-labels.yml.github/APPROVED_CONTRIBUTORSlgtm/lgtmiwording from the issue templates,CONTRIBUTING.mdandpackages/coding-agent/README.md2. Remove the remaining pi leftovers under
.github.stepfun-ai/step-harness(404) ->stepfun-ai/Step-Codepi -ne->step -ne, version example0.49.0->0.84.4ISSUE_TEMPLATE/config.yml(pi Discord link, blank issues disabled)ISSUE_TEMPLATE/package-report.yml(pi package report form)workflows/remove-inprogress-on-close.yml(piinprogresslabel workflow)ci.ymlandnpm-audit.ymlare unchanged. pi references outside.githubare not part of this PR.Verification
APPROVED_CONTRIBUTORS,package-reportorinprogressanywhere in the repo.