Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: REPORT_TITLE and OUTPUT_FILE environment variables #373

Merged
merged 1 commit into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. feat: REPORT_TITLE and OUTPUT_FILE environment variables

    Closes #160
    
    - [x] Adds the ability for users to designate custom report title and output files.
      - Defaults for each:
        - REPORT_TITLE: "Issue Metrics"
        - OUTPUT_FILE: "issue_metrics.md" if markdown and "issue_metrics.json" if json
    - [x] Update `.env-example` and include changes there and in docs we forgot in #370
    
    Signed-off-by: jmeridth <[email protected]>
    Co-authored-by: Sebastian Spier <[email protected]>
    Co-authored-by: Zack Koppert <[email protected]>
    3 people committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    82a5a61 View commit details
    Browse the repository at this point in the history