Skip to content

ci: add PR title, stale, and linked-issue workflows - #39

Merged
msampathkumar merged 1 commit into
mainfrom
feat/ci-community-workflows
Sep 4, 2026
Merged

ci: add PR title, stale, and linked-issue workflows#39
msampathkumar merged 1 commit into
mainfrom
feat/ci-community-workflows

Conversation

@msampathkumar

Copy link
Copy Markdown
Member

Closes #38

Adds three community-ops GitHub workflows and documents them.

  • conventional-commits — lint PR titles so release-please versions correctly.
  • stale — auto-triage inactive issues and PRs.
  • check-linked-issues — advisory check that a PR links an issue.
  • CONTRIBUTING — a short "Pull request tips" section on the PR checks.

All third-party actions are pinned to commit SHAs.

Prerequisite for stale.yaml: create these labels first, or it marks nothing (safe no-op): status:stale, status:awaiting response, status:more data needed, override-stale.

- conventional-commits: lint PR titles for release-please

- stale: auto-triage inactive issues and PRs

- check-linked-issues: advisory check that a PR links an issue

- CONTRIBUTING: document the PR checks
@msampathkumar
msampathkumar merged commit 748528a into main Sep 4, 2026
@msampathkumar
msampathkumar deleted the feat/ci-community-workflows branch September 4, 2026 07:58
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.

feat: add community-ops GitHub workflows (conventional-commits, stale, check-linked-issues)

2 participants