Releases: trstringer/manual-approval
Releases · trstringer/manual-approval
v1.12.0
What's Changed
- Update README.md by @snskArora
- Fix grammar, spelling, and punctuation in the README by @benfriebe in #193
- Docs: Update readme for org team approvers by @kjluedke in #194
- Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 by @dependabot[bot] in #195
- Bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 by @dependabot[bot] in #198
- Add configurable polling interval for GitHub API calls by @briansneddon in #197
- Bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 by @dependabot[bot] in #200
New Contributors
- @benfriebe made their first contribution in #193
- @kjluedke made their first contribution in #194
- @dependabot[bot] made their first contribution in #195
- @briansneddon made their first contribution in #197
Full Changelog: v1.11.0...v1.12.0
v1.11.0
v1.10.0
What's Changed
- fix: use correct base URL if not enterprise by @yuqu in #125
- Fix issue URL in job log by @fnkr in #112
- Introduce a 'fail-on-denial' boolean by @lizziemac in #147
- Adding the capability to create the approval issue in the another repository by @snskArora in #142
- feat: use blocks for issue-body by @beverts312 in #137
- feat: dispaly users as a list by @beverts312 in #138
- Dependabot codeql patch by @snskArora in #152
- Remove default title if custom title is provided by @lizziemac in #150
- Update codeql.yml by @snskArora in #158
- Make closing issue comment more accurate; cleanup README by @lizziemac in #149
- Feature: Save output by @caruccio in #132
- create go sum at build-time with fresh hashes by @snskArora in #159
- Create CONTRIBUTING.md by @lizziemac in #160
- Issue templates by @lizziemac in #161
- Make name comparison case-insensitive by @Swiddis in #172
- Adding support for issue-body with more than 65536 words, issue body to be created as an issue comment by @snskArora in #167
- Update README.md to have a more explicit callout about timeout-minutes by @lizziemac in #180
- Fix typo in README related to the action output of approval status by @lizziemac in #181
- Updates for release 1.10.0 by @snskArora in #183
New Contributors
- @yuqu made their first contribution in #125
- @fnkr made their first contribution in #112
- @lizziemac made their first contribution in #147
- @snskArora made their first contribution in #142
- @beverts312 made their first contribution in #137
- @caruccio made their first contribution in #132
- @Swiddis made their first contribution in #172
Full Changelog: v1.9.1...v1.10.0
v1.9.1
What's Changed
- fix(#75): display corect base URL if using GHE by @augustomelo in #90
- Add timeout-minutes as a valid input by @Vanley in #121
- Create new release by @trstringer in #123
New Contributors
- @augustomelo made their first contribution in #90
- @Vanley made their first contribution in #121
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Add GitHub release creation to dev docs by @trstringer in #63
- Add the issue link to the action output by @trstringer in #64
- Add new input 'issue-body' by @gonzolino in #74
- Feature: Allow Custom Approval or Denial Words by @Bwvolleyball in #66
New Contributors
- @gonzolino made their first contribution in #74
- @Bwvolleyball made their first contribution in #66
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Update README with app token timeout limits by @Flasheh in #42
- Option to exclude workflow initiator (
GITHUB_ACTOR) as an approver by @timorthi in #59 - Fix bug with period in org team name by @trstringer in #60
- Add dev guide to the documentation by @trstringer in #61
New Contributors
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Update approvers.go by @TroyWitthoeft in #44
- Adapt for Enterprise version - respect GITHUB ENV variables by @sielaq in #52
- Add documentation for required permissions by @trstringer in #57
New Contributors
- @TroyWitthoeft made their first contribution in #44
- @sielaq made their first contribution in #52
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Add branding to the Marketplace Action by @trstringer in #31
- Add ability to specify a team as an approver by @trstringer in #32
- Add documentation for team approver by @trstringer in #39
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Fix newline for denied #22
- Add linting #23
- Add limitations to the README #24
- Add markdown files to ignored files in the CI pipeline #25
- Add timeout to manual approval in documentation #26
- Add required approvers permissions requirement to documentation #27
Full Changelog: v1.5.0...v1.5.1
v1.5.0
This release includes the following changes:
- Adding support for custom titles #18