Skip to content

Replace custom workflows with reusable Quality and Release workflows#484

Open
gesslar wants to merge 1 commit intomainfrom
02-21-ci_replace_github_actions_with_delegated_quality_and_release_workflows
Open

Replace custom workflows with reusable Quality and Release workflows#484
gesslar wants to merge 1 commit intomainfrom
02-21-ci_replace_github_actions_with_delegated_quality_and_release_workflows

Conversation

@gesslar
Copy link
Owner

@gesslar gesslar commented Feb 22, 2026

This pull request replaces the existing GitHub Actions workflows with a streamlined CI/CD setup using reusable workflows from the gesslar/Maint repository.

Added workflows:

  • Quality workflow: Runs on push, pull requests, manual dispatch, and weekly schedule (Mondays at 14:20). Performs automated linting and testing based on repository variables, with auto-detection of package manager.
  • Release workflow: Triggers on closed pull requests to main branch, handles automated releases with quality checks and content write permissions.

Removed workflows:

  • Auto PR and merge workflow for dev branch
  • CodeQL security analysis workflow
  • Auto-rebase workflow for pull requests

The new setup centralizes maintenance tasks through external reusable workflows while maintaining automated quality checks and release management.

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@gesslar gesslar force-pushed the 02-21-ci_replace_github_actions_with_delegated_quality_and_release_workflows branch from 2a16c2d to a4e4873 Compare February 22, 2026 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant