Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Releases: AccessLint/accesslint-ci

v0.2.6

20 Dec 16:25
Compare
Choose a tag to compare
  • Removes dependency on CIRCLE_TOKEN.
  • CIRCLE_TOKEN will be required for private repos, but we only support public repos right now.

v0.2.5

20 Dec 16:29
Compare
Choose a tag to compare
  • Fix commenting on projects whose users/orgs have numbers in their names.
  • Fix commenting account by using a custom environment variable for the GitHub user.
  • Before we were relying on the Circle user to comment, which for org level builds will not work since the accesslint.com API checks the OAuth'd username, not the org name.
  • Users must define ACCESSLINT_GITHUB_USER in their builds.

accesslint.com API integration

09 Dec 16:05
Compare
Choose a tag to compare

Breaking Changes

  • Breaks commenting from CircleCI directly.

Improvements

  • Requires OAuth for public repo access (visit accesslint.com to auth).
  • Removes requirement of adding accesslint-bot as a collaborator.
  • Uses accesslint.com as a proxy service to comment on GitHub.