Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ Below is a brief description of each GitHub Actions workflow under

---

### `first-time-contributor.yaml`
**What it does:** Posts a welcome comment with helpful resources (contributing guide, DCO sign-off instructions, local check commands) for first-time contributors.
**When it runs:** When a pull request is opened by a user with no previous pull requests in the repository.

---

### `thank-you.yaml`
**What it does:** Posts a thank-you comment to the pull request author, skipping bots and maintainers.
**When it runs:** When a pull request is merged.

---

### `cherry_pick.yaml`
**What it does:** Automates cherry-picking changes into release branches.
**When it runs:** When manually triggered by maintainers.
Expand Down
Loading