ci: close first-time contributor PRs that lack a linked issue (#7164)

* ci: close first-time contributor PRs that lack a linked issue

* ci: indent FTC close comment so the workflow YAML parses
This commit is contained in:
Vidit Ostwal
2026-08-31 21:29:59 +05:30
committed by GitHub
parent 0e7625813b
commit 614efcdd30
3 changed files with 136 additions and 1 deletions

View File

@@ -103,7 +103,8 @@ chore(deps): bump pydantic to 2.11
- Keep PRs focused — avoid bundling unrelated changes
- PRs over 500 lines are labeled `size/XL` automatically
- Title must follow the same conventional commit format
- Link related issues where applicable
- Link related issues where applicable (`Fixes #123`, `Closes #123`, or `Resolves #123`)
- First-time contributors must open or pick an existing issue first, then include a closing keyword (`Fixes #N`, `Closes #N`, or `Resolves #N`) in the PR title or body. PRs without a linked issue are closed automatically.
## Testing