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

Generate job annotations without GHA REST API #23445

Merged
merged 1 commit into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. Generate job annotations without GHA REST API

    The separate annotate workflow was added to work around permission
    issues in forked repositories. This is not needed when not using the GHA
    REST API.
    
    Adding annotations via the API was not working correctly
    anyway, since it added a check for a commit, but one commit can have
    multiple runs associated with it, and the check sometimes did not show
    up in the main run.
    nineinchnick committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    19dc7bb View commit details
    Browse the repository at this point in the history