Skip to content

v13.9.0

Compare
Choose a tag to compare
@octokitbot octokitbot released this 07 Sep 12:46
· 193 commits to main since this release
612a9cc

13.9.0 (2022-09-07)

  • feat: add support for new public beta APIs for creating, reading, updating and deleting custom repo roles (POST /orgs/{org}/custom_roles, PATCH /orgs/{org}/custom_roles/{role_id}, DELETE /orgs/{org}/custom_roles/{role_id}, GET /orgs/{org}/fine_grained_permissions)
  • feat: add support for new description, base_role, permissions, organization, created_at and updated_at fields where custom repo roles are returned in the API
  • fix: update description of APIs for listing package versions (e.g. GET /orgs/{org}/packages/{package_type}/{package_name}/versions) to clarify that they returned paginated lists ("Get all..." -> "List...")
  • fix: mark use_squash_pr_title_as_default attribute on repos as deprecated in favour of squash_merge_commit_title
  • fix: update description of "List workflow runs" (GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs) API to the more indicative "List workflow runs for a workflow"
  • fix: correct description of sha request body parameter in the "Delete a file" API (DELETE /repos/{owner}/{repo}/contents/{path})