[PR #9] [MERGED] feat: add pushups check github action #12

Closed
opened 2026-03-03 13:49:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/higgins/gitpushups.com/pull/9
Author: @higgins
Created: 9/19/2025
Status: Merged
Merged: 9/19/2025
Merged by: @higgins

Base: mainHead: codex/create-github-action-for-pr-pushup-check


📝 Commits (2)

  • b3fd532 feat: add pushups check github action
  • 439852e add workflow pushups check

📊 Changes

3 files changed (+45 additions, -0 deletions)

View changed files

.github/workflows/pushups-check.yml (+9 -0)
pushups-action/README.md (+18 -0)
pushups-action/action.yml (+18 -0)

📄 Description

Summary

  • add composite GitHub Action to block PRs if author skips pushups
  • document action usage for PR workflows

Testing

  • npm run lint (fails: Unknown options useEslintrc, extensions, resolvePluginsRelativeTo, rulePaths, ignorePath, reportUnusedDisableDirectives)

https://chatgpt.com/codex/tasks/task_e_68c838588f808332b5df68c719c41d0b


🔄 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/higgins/gitpushups.com/pull/9 **Author:** [@higgins](https://github.com/higgins) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/19/2025 **Merged by:** [@higgins](https://github.com/higgins) **Base:** `main` ← **Head:** `codex/create-github-action-for-pr-pushup-check` --- ### 📝 Commits (2) - [`b3fd532`](https://github.com/higgins/gitpushups.com/commit/b3fd532e111daea53cea6f2901a5a9debae65711) feat: add pushups check github action - [`439852e`](https://github.com/higgins/gitpushups.com/commit/439852e0efd1cbbe10c74135608fb8311518ab43) add workflow pushups check ### 📊 Changes **3 files changed** (+45 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/pushups-check.yml` (+9 -0) ➕ `pushups-action/README.md` (+18 -0) ➕ `pushups-action/action.yml` (+18 -0) </details> ### 📄 Description ## Summary - add composite GitHub Action to block PRs if author skips pushups - document action usage for PR workflows ## Testing - `npm run lint` *(fails: Unknown options useEslintrc, extensions, resolvePluginsRelativeTo, rulePaths, ignorePath, reportUnusedDisableDirectives)* ------ https://chatgpt.com/codex/tasks/task_e_68c838588f808332b5df68c719c41d0b --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:49:26 +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/gitpushups.com#12
No description provided.