mix oeditus_assistant_gha (OeditusCredo v0.11.1)

View Source

Generates GitHub Action workflow and composite action files for running automated AI PR reviews using OeditusCredo rules.

Generated Files

  • .github/actions/oeditus/action.yml
  • .github/actions/oeditus/review_pr.py
  • .github/workflows/oeditus.yml

Usage

mix oeditus_assistant_gha            # writes action and workflow files
mix oeditus_assistant_gha --stdout   # prints files to stdout
mix oeditus_assistant_gha -o DIR     # writes to a custom target base directory

Summary

Functions

Returns the content of .github/actions/oeditus/action.yml

Returns the content of .github/actions/oeditus/review_pr.py

Returns the content of .github/workflows/oeditus.yml

Functions

action_yml_content()

Returns the content of .github/actions/oeditus/action.yml

review_py_content()

Returns the content of .github/actions/oeditus/review_pr.py

workflow_yml_content()

Returns the content of .github/workflows/oeditus.yml