Skip to content

v7.12.1

Compare
Choose a tag to compare
@octokitbot octokitbot released this 14 Sep 12:28
· 164 commits to main since this release
cb05d6e

7.12.1 (2022-09-14)

Bug Fixes

  • Update description for the "Update a secret scanning alert" API (PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}) to clarify that a resolution must be provided when setting state to resolved
  • Update a number of APIs to use enums to describe allowed values, rather than string types with a list of values in the description (e.g. the conclusion attribute returned in the "Get a job for a workflow run" API [GET /repos/{owner}/{repo}/actions/jobs/{job_id}])