Skip to content

Releases: tspascoal/get-user-teams-membership

3.0.0

07 Oct 22:11
57e9f42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v3.0.0

v2.1.0

01 Oct 12:15
ba78054
Compare
Choose a tag to compare

What's Changed

Features

  • feat: update checking functionality to support checking if user exists in one of multiple teams by @binayabaral in #17

Dependency Updates

New Contributors

Full Changelog: v2...v2.1.0

v2.0.0

22 Nov 18:33
Compare
Choose a tag to compare

What's Changed

  • Add integration tests by @tspascoal in #15
  • #Upgrade from Node12 to Node16 by @mhnaeem in #12
  • Use new method to output variables, since old one was deprecated (by updating actions/core library)

This version a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.

New Contributors

Full Changelog: v1...v2.0.0

v1.0.4

14 Oct 13:00
Compare
Choose a tag to compare

Upgraded dependendencies

Upgrade @actions/core and @actions/github

V1.0.3

22 Aug 11:47
Compare
Choose a tag to compare

What has changed.

  • Update dependencies

v1.0.2

05 Feb 14:53
f743525
Compare
Choose a tag to compare

What's Changed

  • Bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #3
  • Bump @actions/core from 1.2.4 to 1.2.6 by @dependabot in #4
  • update example by @ohmyguigs in #6
  • [bug fix] If organization isn't passed owner wasn't being correctly reference by @tspascoal in #7

New Contributors

Full Changelog: v1...v1.0.2

Fix: If user doesn't exist throw an error

08 Sep 16:11
b5b468b
Compare
Choose a tag to compare

If the user didn't exist we were returning all teams in the org.

Now the action fails if the user doesn't exist

Initial Version

30 Aug 17:07
Compare
Choose a tag to compare
v1.0.0

initial version