Skip to content

chore: remove inherited issue auto-close gate and pi leftovers in .github - #152

Merged
ZouR-Ma merged 2 commits into
mainfrom
chore/remove-issue-auto-close
Sep 23, 2026
Merged

ZouR-Ma merged 2 commits into
mainfrom
chore/remove-issue-auto-close

Conversation

@kylin1020

@kylin1020 kylin1020 commented Sep 23, 2026

Copy link
Copy Markdown
Collaborator

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.

  • Removed workflows: issue-gate.yml, pr-gate.yml, approve-contributor.yml, issue-triage-labels.yml
  • Removed .github/APPROVED_CONTRIBUTORS
  • Removed the auto-close / lgtm / lgtmi wording from the issue templates, CONTRIBUTING.md and packages/coding-agent/README.md

2. Remove the remaining pi leftovers under .github.

  • Issue template links to CONTRIBUTING.md: stepfun-ai/step-harness (404) -> stepfun-ai/Step-Code
  • Bug template: pi -ne -> step -ne, version example 0.49.0 -> 0.84.4
  • Proposal template: dropped "required for new contributors before submitting a PR"
  • Removed ISSUE_TEMPLATE/config.yml (pi Discord link, blank issues disabled)
  • Removed ISSUE_TEMPLATE/package-report.yml (pi package report form)
  • Removed workflows/remove-inprogress-on-close.yml (pi inprogress label workflow)

ci.yml and npm-audit.yml are unchanged. pi references outside .github are not part of this PR.

Verification

  • No remaining references to the removed workflows, APPROVED_CONTRIBUTORS, package-report or inprogress anywhere in the repo.
  • All remaining templates and workflows parse as valid YAML.
  • After merge: open an issue from a non-collaborator account and confirm it stays open. Issues closed earlier by the gate need to be reopened manually.

@kylin1020 kylin1020 changed the title chore: remove inherited issue/PR auto-close gate chore: remove inherited issue auto-close gate and pi leftovers in .github Sep 23, 2026
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
kylin1020 force-pushed the chore/remove-issue-auto-close branch from 5751a68 to 438dafc Compare September 23, 2026 06:14
@ZouR-Ma
ZouR-Ma merged commit 416347e into main Sep 23, 2026
1 check passed
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
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.

2 participants