Skip to content

1.4.1

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 18 Dec 23:54
· 488 commits to develop since this release
19530c2

Fix usernames for bot users (#44)

The GraphQL API returns usernames for bot users in a different format, leading to a regression for policies that reference bot users with the [bot] suffix. The application now converts all usernames to the existing format used by the V3 API.

Other Changes

  • Update permissions to include read-only access to repository content. This is required to read commit metadata from the GraphQL API.