Skip to content

Releases: CatChen/accept-to-ship-action

v0.2.3

29 Aug 03:36
2c8e8ae
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Introduced timeout and checks-watch-interval inputs for better control over the Action. If multiple instances of the same Workflow that uses this Action are in progress they won't create a deadlock.

What's Changed

  • Set up accept2ship for Dependabot by @CatChen in #74
  • ci(Mergify): configuration update by @CatChen in #77
  • Running git fetch before git push in test Workflow by @CatChen in #80
  • Removed debug Workflow by @CatChen in #82
  • Granting more permissions to test Workflow by @CatChen in #79
  • Bump eslint from 8.21.0 to 8.22.0 by @dependabot in #66
  • Bump @octokit/plugin-throttling from 4.1.0 to 4.2.0 by @dependabot in #67
  • Bump @typescript-eslint/parser from 5.33.0 to 5.33.1 by @dependabot in #71
  • Granted more permissions to build Workflow by @CatChen in #90
  • Separated Workflows to two Workflows when triggered by Dependabot by @CatChen in #94
  • Created debug Workflow with Dependabot separation by @CatChen in #95
  • Bump @typescript-eslint/eslint-plugin from 5.33.0 to 5.34.0 by @dependabot in #93
  • Separated the Dependeabot Workflows correctly by @CatChen in #101
  • Made build and test Workflows to adapt to Dependabot and non-Dependabot triggers by @CatChen in #178
  • Bump @typescript-eslint/eslint-plugin from 5.34.0 to 5.35.1 by @dependabot in #538
  • Bump typescript from 4.7.4 to 4.8.2 by @dependabot in #540
  • Using PR head branch for build Workflow when it's triggered by Dependabot build Workflow by @CatChen in #542
  • Creating a separate base branch in test Workflow by @CatChen in #543
  • Using fetch-depth to avoid running extra git fetch --unshallow by @CatChen in #556
  • Started running test Workflow on push to main by @CatChen in #561
  • Started running debug Workflow on push to main by @CatChen in #564
  • Added debug information to post-shipping by @CatChen in #576
  • Introduced timeout input by @CatChen in #583
  • Converted all noitce() calls to info() calls by @CatChen in #586
  • Introduced checks-watch-interval input by @CatChen in #589
  • Bump @typescript-eslint/parser from 5.33.1 to 5.35.1 by @dependabot in #570
  • Switched ship Workflow to use local Action instead of specific version by @CatChen in #600
  • Fixed review states printed from info() calls by @CatChen in #608
  • Reporting build Workflow back to the PR when triggered by Dependabot by @CatChen in #613
  • Fixed review can be undefined for a given review requested user by @CatChen in #616
  • Bump @types/node from 18.7.2 to 18.7.13 by @dependabot in #569
  • Excluding self check run and same kind check runs when waiting for checks by @CatChen in #638
  • Reporting build conclusion back to Dependabot build check run by @CatChen in #647
  • Giving name to the ship job by @CatChen in #672
  • Deleted build feedback steps by @CatChen in #673
  • Added pull_request_review event to the debug Workflow by @CatChen in #678
  • Bump eslint from 8.22.0 to 8.23.0 by @dependabot in #603

Full Changelog: v0.2.2...v0.2.3

v0.2.2

19 Aug 08:23
41248b4
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

What's Changed

  • Stop failing when the event is not pull_request by @CatChen in #72

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Aug 03:14
6cf11f5
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Aug 02:45
0ca373d
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Aug 02:32
80e38e8
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

  • Set up getOctokit by @CatChen in #1
  • Created getPullRequest function by @CatChen in #2
  • Determining whether #accept2ship is presented by @CatChen in #3
  • Bump @types/node from 18.7.1 to 18.7.2 by @dependabot in #36
  • Determining whether the PR is approved by @CatChen in #4
  • Determining whether the checks are done by @CatChen in #14
  • Checking if PR is merged before Action execution by @CatChen in #41
  • Removed cleanup function by @CatChen in #53
  • Added merge-method input by @CatChen in #54
  • Set up proper test Workflow with PR creation by @CatChen in #5

New Contributors

Full Changelog: https://github.com/CatChen/accept-to-ship-action/commits/v0.1.0