Skip to content

Add workflows#42

Merged
juanwulu merged 4 commits into
masterfrom
fix/workflow
May 15, 2026
Merged

Add workflows#42
juanwulu merged 4 commits into
masterfrom
fix/workflow

Conversation

@juanwulu

Copy link
Copy Markdown
Member

Description

This pull request adds two new GitHub Actions workflows to automate code quality checks and the approval process for pull requests. These workflows help ensure that code changes are reviewed for quality and can be automatically approved when submitted by specific users or bots.

New GitHub Actions workflows:

Automation and approval:

  • Added .github/workflows/auto-approve.yml to automatically approve pull requests submitted by juanwulu or dependabot[bot] using the hmarr/auto-approve-action.

Code quality enforcement:

  • Added .github/workflows/code-quality.yml to run code quality checks on pull requests targeting the master branch. This workflow checks out code, sets up Python 3.10, uploads coverage reports to Codecov, finds and lists modified files, and installs and runs pre-commit hooks only on changed files.

(Optional) Fixes #<issue_number>

Type of changes

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

No tests required for these features.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@juanwulu juanwulu self-assigned this May 15, 2026
@juanwulu
juanwulu requested a review from a team as a code owner May 15, 2026 12:13
@juanwulu juanwulu added the enhacements New features or enhancements to existing ones. label May 15, 2026
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@juanwulu
juanwulu merged commit bc303e5 into master May 15, 2026
2 checks passed
@juanwulu
juanwulu deleted the fix/workflow branch May 15, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhacements New features or enhancements to existing ones.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant