Skip to content

Auto-generate issue on failed scheduled Manifest requirements check? #315

@steinmn

Description

@steinmn

Failed Manifest requirements checks may slip by unnoticed. Consider adding auto-generated issues, need to make sure we don't create duplicates first
Example implementation (without duplicate handling):

 - name: Create issue if incompatible if: failure() # only run if previous step exited 1 uses: peter-evans/create-issue-from-file@v5 with: title: "Requirements incompatibility detected" content-filepath: ./issue.md labels: bug, compatibility 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions