Skip to content

Releases: form3tech-oss/github-team-approver

v3.0.1

Choose a tag to compare

@bart-lisiecki-form3 bart-lisiecki-form3 released this 09 May 09:04
009e1da

What's Changed

  • Bump github.com/slack-go/slack from 0.10.2 to 0.10.3 by @dependabot in #43

Full Changelog: v3.0.0...v3.0.1

v3.0.0

Choose a tag to compare

@bart-lisiecki-form3 bart-lisiecki-form3 released this 21 Apr 08:41
a751e33

What's Changed

New Contributors

Full Changelog: v2.7.0...v3.0.0

v2.7.0

Choose a tag to compare

@bart-lisiecki-form3 bart-lisiecki-form3 released this 18 Apr 08:50
791f8b3

What's Changed

  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #39
  • Add option to format logs as JSON by @pzmi-f3 in #31
  • Report in status description when a repository configuration references invalid team handles by @domtes-form3 in #40
  • Bump github.com/spf13/viper from 1.10.1 to 1.11.0 by @dependabot in #42

New Contributors

Full Changelog: v2.6.5...v2.7.0

v2.6.5

Choose a tag to compare

@pzmi-f3 pzmi-f3 released this 07 Mar 08:18
1f945f1

What's Changed

  • Bump github.com/spf13/viper from 1.7.1 to 1.10.1 by @dependabot in #35

Full Changelog: v2.6.4...v2.6.5

v2.6.4

Choose a tag to compare

@pzmi-f3 pzmi-f3 released this 04 Mar 13:41
673c336

What's Changed

New Contributors

Full Changelog: v2.6.3...v2.6.4

v2.6.3

Choose a tag to compare

@pzmi-f3 pzmi-f3 released this 03 Mar 10:12
96f7f24

What's Changed

  • Move away from deprecated Teams API Endpoints by @pzmi-f3 in #32

New Contributors

Full Changelog: v2.6.2...v2.6.3

Introduce configuration for configuring 'ignore contributors as PR reviewers'

Choose a tag to compare

@sata-form3 sata-form3 released this 09 Dec 10:07
214dff2

What's Changed

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

Choose a tag to compare

@sata-form3 sata-form3 released this 05 Nov 08:23
b262655

What's Changed

Full Changelog: v2.6.0...v2.6.1

Ignore contributors as PR reviewers

Choose a tag to compare

@sata-form3 sata-form3 released this 29 Oct 15:18
89f82c2

Previous to this change, a reviewer could contribute commits to the PR
while still be able to approve the PR. With this change we remove that
ability to keep the invariant of an reviewer should not also be a
contributor.

Given a PR where Alice and Bob contributed to it and Bob also approved
the PR. The PR will then still remain in pending state until another
member of the team approves it.
The bot will post a comment on the PR tagging Bob as a dismissed
reviewer.

If a new review is pushed, the previous dismissed review comment will
be deleted and a new one is published if the review is still not
sufficient to avoid spamming comments.

N.B: This will still support merges from master performed via the GitHub Web UI as the login handle will in that case be web-flow

Add regex label rule

Choose a tag to compare

released this 03 Jun 13:38
f78ec6b

Add additional optional rule that checks pull request labels against regex