Skip to content

chore: refine .github configs for dependabot, PR template, and stale workflow#35035

Merged
laipz8200 merged 2 commits intomainfrom
chore/refine-github-configs
Apr 13, 2026
Merged

chore: refine .github configs for dependabot, PR template, and stale workflow#35035
laipz8200 merged 2 commits intomainfrom
chore/refine-github-configs

Conversation

@crazywoola
Copy link
Copy Markdown
Member

Summary

  • Remove duplicate pip ecosystem from dependabot.yml — it was identical to the uv block and the project uses uv as its package manager
  • Uncheck all pre-checked items in PR template so contributors actively confirm each checklist item
  • Add cd api && directory context to backend lint command in PR template
  • Fix stale.yml label names to match actual repo labels (e.g. question🙋‍♂️ question, wontfixwont-fix, invalid🌚 invalid)
  • Fix grammar in stale bot messages ("Close due to it's no longer active" → "Closed due to inactivity")

Fixes #35033

Test plan

  • Verify dependabot still creates weekly PRs for uv and github-actions ecosystems
  • Confirm new PR template renders with all checkboxes unchecked
  • Verify stale bot labels match actual repo labels via gh label list

🤖 Generated with Claude Code

…workflow

- Remove duplicate pip ecosystem from dependabot.yml (identical to uv)
- Uncheck PR template checklist items so contributors actively confirm each
- Add directory context to backend lint command in PR template
- Fix stale.yml label names to match actual repo labels (emoji prefixed)
- Fix grammar in stale bot messages

Fixes #35033

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 13, 2026
Comment thread .github/pull_request_template.md Outdated
Comment thread .github/pull_request_template.md Outdated
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 13, 2026
@laipz8200 laipz8200 added this pull request to the merge queue Apr 13, 2026
Merged via the queue into main with commit 6cf4d10 Apr 13, 2026
29 checks passed
@laipz8200 laipz8200 deleted the chore/refine-github-configs branch April 13, 2026 04:15
HanqingZ pushed a commit to HanqingZ/dify that referenced this pull request Apr 23, 2026
…workflow (langgenius#35035)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor/Chore] Refine .github configs: dependabot, PR template, stale workflow

2 participants