Skip to content

feat: make skipping empty report creation configurable #291

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

Merged
merged 1 commit into from
Mar 30, 2025

Conversation

bcbrookman
Copy link
Contributor

Pull Request

Proposed Changes

Add SKIP_EMPTY_REPORTS as an option which defaults to the existing behavior, but allows creation of empty reports when needed. This can be especially useful for workflows that update existing issues.

This was initially discussed in and potentially closes #290

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing
    • make test runs successfully, but no tests were added as the changes only configure whether or not to call output functions
  • If publishing new data to the public (scorecards, security scan results, code quality results, live dashboards, etc.), please request review from @jeffrey-luszcz

Reviewer

  • Label as either fix, documentation, enhancement, infrastructure, maintenance or breaking

Add SKIP_EMPTY_REPORTS as an option which defaults to the existing
behavior, but allows creation of empty reports when needed. This
can be especially useful for workflows that update existing issues.
@bcbrookman bcbrookman requested a review from a team as a code owner March 29, 2025 01:41
@jmeridth jmeridth merged commit f8d8eef into github:main Mar 30, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Issues to be updated/created when there are no stale repos
2 participants