Skip to content

v1.0.0

Compare
Choose a tag to compare
@olivercodes olivercodes released this 11 Aug 15:01
· 13 commits to main since this release
f0a551c

Notes

While in many projects a 1.0.0 is used to indicate stability, in our case it is just used because this is a major refactor of the project. It uses the GH Teams api instead of prow files, which would/will be a breaking change for any teams consuming the module prior to this version.

BREAKING CHANGES

This release is a refactored version of the action. Instead of using prow for it's control data, it uses the Github Teams API.

When someone posts a /ok-to-apply on a PR, the action will read that repos Teams, collect all usernames, filter out until only users with WRITE are left, and then search for the corresponding actor (user) that posted the command. If they don't exist, the apply is not executed.