[PR #728] [MERGED] feat: github repo management improvement #1144

Closed
opened 2026-02-26 19:32:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/728
Author: @adithyaakrishna
Created: 12/4/2023
Status: Merged
Merged: 12/8/2023
Merged by: @Mythie

Base: mainHead: linear/doc-367


📝 Commits (10+)

  • f310139 feat: add pr labeler workflow
  • 0f11cc0 feat: add first interaction workflow
  • a43be04 feat: add triage issue workflow
  • 88dc797 chore: update semantic pr workflow
  • 6812079 feat: added stale workflow
  • ef84f5b chore: added EOLs
  • d8588b7 feat: added issue count workflow
  • 36e48e6 chore: updated issue count workflow
  • 02e96bb feat: added pr count workflow
  • f181099 chore: updated workflow permissions and run conditions

📊 Changes

16 files changed (+316 additions, -58 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug-report.yml (+3 -4)
📝 .github/ISSUE_TEMPLATE/feature-request.yml (+3 -3)
📝 .github/ISSUE_TEMPLATE/improvement.yml (+2 -2)
📝 .github/dependabot.yml (+16 -16)
.github/pr-labeler.yml (+21 -0)
📝 .github/workflows/ci.yml (+6 -7)
📝 .github/workflows/codeql-analysis.yml (+22 -22)
📝 .github/workflows/e2e-tests.yml (+5 -4)
.github/workflows/first-interaction.yml (+29 -0)
.github/workflows/issue-assignee-check.yml (+59 -0)
.github/workflows/issue-opened.yml (+21 -0)
.github/workflows/pr-labeler.yml (+20 -0)
.github/workflows/pr-review-reminder.yml (+60 -0)
📝 .github/workflows/semantic-pull-requests.yml (+23 -0)
.github/workflows/stale.yml (+25 -0)
📝 lint-staged.config.cjs (+1 -0)

📄 Description

Description:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/728 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/8/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `linear/doc-367` --- ### 📝 Commits (10+) - [`f310139`](https://github.com/documenso/documenso/commit/f310139a136488d9e57f0b8ac3506af5b19e4b51) feat: add pr labeler workflow - [`0f11cc0`](https://github.com/documenso/documenso/commit/0f11cc0b4beacb644231344a8c86a50db35f5026) feat: add first interaction workflow - [`a43be04`](https://github.com/documenso/documenso/commit/a43be0432bbc789eef38766c026c5fa4e492db15) feat: add triage issue workflow - [`88dc797`](https://github.com/documenso/documenso/commit/88dc79742319d12c4d311dba89e9705341e01b91) chore: update semantic pr workflow - [`6812079`](https://github.com/documenso/documenso/commit/68120794f80d1e98adb3362d6270b118a44a2846) feat: added stale workflow - [`ef84f5b`](https://github.com/documenso/documenso/commit/ef84f5ba98a83ebbd7358f0a54fba5d65bcbece9) chore: added EOLs - [`d8588b7`](https://github.com/documenso/documenso/commit/d8588b780aa8b70f5d6eddb70514969433b1ab9e) feat: added issue count workflow - [`36e48e6`](https://github.com/documenso/documenso/commit/36e48e67eefa588245e3896a3cc268c173155e50) chore: updated issue count workflow - [`02e96bb`](https://github.com/documenso/documenso/commit/02e96bbd0a98bf1ca17262ad401ee35bfa5c9230) feat: added pr count workflow - [`f181099`](https://github.com/documenso/documenso/commit/f181099e742756a596045474b46957f1d98fb943) chore: updated workflow permissions and run conditions ### 📊 Changes **16 files changed** (+316 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug-report.yml` (+3 -4) 📝 `.github/ISSUE_TEMPLATE/feature-request.yml` (+3 -3) 📝 `.github/ISSUE_TEMPLATE/improvement.yml` (+2 -2) 📝 `.github/dependabot.yml` (+16 -16) ➕ `.github/pr-labeler.yml` (+21 -0) 📝 `.github/workflows/ci.yml` (+6 -7) 📝 `.github/workflows/codeql-analysis.yml` (+22 -22) 📝 `.github/workflows/e2e-tests.yml` (+5 -4) ➕ `.github/workflows/first-interaction.yml` (+29 -0) ➕ `.github/workflows/issue-assignee-check.yml` (+59 -0) ➕ `.github/workflows/issue-opened.yml` (+21 -0) ➕ `.github/workflows/pr-labeler.yml` (+20 -0) ➕ `.github/workflows/pr-review-reminder.yml` (+60 -0) 📝 `.github/workflows/semantic-pull-requests.yml` (+23 -0) ➕ `.github/workflows/stale.yml` (+25 -0) 📝 `lint-staged.config.cjs` (+1 -0) </details> ### 📄 Description **Description:** - Fixes https://linear.app/documenso/issue/DOC-367/github-quality-of-life-improvements --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1144
No description provided.