Skip to content

Releases: ahmadnassri/action-dependabot-auto-merge

v1.2.2

25 Aug 19:21
Compare
Choose a tag to compare

1.2.2 (2020-08-25)

Refactor

  • approval: pR approvals can be done with one api call (1da24bb)

v1.2.1

25 Aug 19:06
Compare
Choose a tag to compare

1.2.1 (2020-08-25)

Bug Fixes

  • debug: output debug message for failed api calls (8a0c0f9)

v1.2.0

25 Aug 17:45
Compare
Choose a tag to compare

1.2.0 (2020-08-25)

Features

  • inputs: additional input support: command & approve (1538a97)

Refactor

  • esm: use esm & refactor tests with more details (40fdd76)

v1.1.5

21 Aug 15:55
Compare
Choose a tag to compare

1.1.5 (2020-08-21)

Bug Fixes

  • action: correct repo object path in destructing github.context (5faae7d)

v1.1.4

21 Aug 15:45
Compare
Choose a tag to compare

1.1.4 (2020-08-21)

Refactor

  • action: use simpler functional arguments (306567d)

v1.1.3

21 Aug 15:40
Compare
Choose a tag to compare

1.1.3 (2020-08-21)

Bug Fixes

  • action: correctly process github.context objects (bdb2119)

v1.1.2

21 Aug 15:33
Compare
Choose a tag to compare

1.1.2 (2020-08-21)

Bug Fixes

  • action: use context.repo special object instead of .repository (0546404), closes #5

v1.1.1

20 Aug 20:37
Compare
Choose a tag to compare

1.1.1 (2020-08-20)

Bug Fixes

  • action: should merge in-range semver updates (a0d2c83), closes #4

Tests

  • coverage: you live by 100% test coverage, you die by 100% test coverage (b81ed45)

v1.1.0

20 Aug 16:48
Compare
Choose a tag to compare

1.1.0 (2020-08-20)

Features

  • action: detect the sender internally, so it doesn't have to be in the workflow file (60746b0)
  • action: soft exit when the title parsing fails (ea45c13)

Refactor

  • action: refactor to use @actions/core & @actions/github, simplifying logic (30a7065)

v1.0.3

13 Aug 05:26
Compare
Choose a tag to compare

1.0.3 (2020-08-13)

Code Style

  • cleanup: code improvements (0626e63)
  • structure: re-structure repo folders (3eee602)

CI/CD

  • auto-merge: use token (d531669)
  • commitlint: new workflow step for pull-requests (6d9e805)
  • dogfood: use own repo for dogfooding (f7e80e1)
  • test: use node v14 for testing (3ba7f73)

Chores

  • deps-dev: bump sinon from 9.0.2 to 9.0.3 (598d755)

Docs

  • readme: clearly indicate the token requirement (4ec8471)