ci: add welcome + release-drafter community workflows#13
Merged
Conversation
Adds three files for contributor onboarding & automated changelog: - .github/workflows/welcome.yml — auto-thanks first-time PR/issue authors via actions/first-interaction (SHA-pinned). - .github/workflows/release-drafter.yml — drafts releases from merged PRs, uses pull_request_target so autolabeler works on fork PRs. - .github/release-drafter.yml — Conventional-Commits → category mapping + semver auto-bump rules. Source of truth: hinanohart/.github Workflows do not auto-inherit from the org-level .github repo, so each repo gets a direct copy. Re-sync via script when versions bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Adds 3 community workflow files inherited as a pattern from
hinanohart/.github:.github/workflows/welcome.yml— first-PR / first-issue auto-thanks.github/workflows/release-drafter.yml— auto-drafts release from merged PRs.github/release-drafter.yml— Conventional-Commits category & semver configWhy
Org-wide rollout (24 PUBLIC repos) for consistent contributor onboarding & automated Changelog. Workflows do not auto-inherit from
.githubrepo (only markdown templates do), so each repo gets a direct copy.Test
pull_request_targettriggers explained inline (no untrusted code checkout)🤖 Generated with Claude Code