[PR #43] [MERGED] ci: improve CI/CD workflow and release checks #63

Closed
opened 2026-03-03 15:57:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mrgoonie/winshot/pull/43
Author: @mrgoonie
Created: 12/14/2025
Status: Merged
Merged: 12/14/2025
Merged by: @mrgoonie

Base: devHead: goon


📝 Commits (3)

  • 32e0540 fix(ci): exclude merge commits from release check
  • 8eb30b5 ci: enforce dev-only PRs to main branch
  • a58a6ad ci: show Beta/Production Release job name based on branch

📊 Changes

2 files changed (+39 additions, -2 deletions)

View changed files

.github/workflows/pr-check.yml (+29 -0)
📝 .github/workflows/release.yml (+10 -2)

📄 Description

Summary

  • Exclude merge commits from release check to validate only actual feature commits
  • Enforce dev-only PRs to main branch with new pr-check workflow that blocks direct PRs from other branches

Test plan

  • Verify that release workflow correctly identifies feature commits and ignores merge commits
  • Confirm that pr-check workflow blocks PRs to main from any branch except dev
  • Ensure that PRs from dev to main are still allowed

🔄 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/mrgoonie/winshot/pull/43 **Author:** [@mrgoonie](https://github.com/mrgoonie) **Created:** 12/14/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@mrgoonie](https://github.com/mrgoonie) **Base:** `dev` ← **Head:** `goon` --- ### 📝 Commits (3) - [`32e0540`](https://github.com/mrgoonie/winshot/commit/32e054025de5a8f95d683e7e5069637eb8a22670) fix(ci): exclude merge commits from release check - [`8eb30b5`](https://github.com/mrgoonie/winshot/commit/8eb30b50bc6b482042f41f697ceb95bec7d68e72) ci: enforce dev-only PRs to main branch - [`a58a6ad`](https://github.com/mrgoonie/winshot/commit/a58a6ad10f38811b309720ee4507e7d5bf60e626) ci: show Beta/Production Release job name based on branch ### 📊 Changes **2 files changed** (+39 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/pr-check.yml` (+29 -0) 📝 `.github/workflows/release.yml` (+10 -2) </details> ### 📄 Description ## Summary - Exclude merge commits from release check to validate only actual feature commits - Enforce dev-only PRs to main branch with new pr-check workflow that blocks direct PRs from other branches ## Test plan - Verify that release workflow correctly identifies feature commits and ignores merge commits - Confirm that pr-check workflow blocks PRs to main from any branch except dev - Ensure that PRs from dev to main are still allowed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:57:35 +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/winshot#63
No description provided.