Skip to content

Commit

Permalink
🔀 Merge branch 'master' of github.com:reviewdog/action-black
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 28, 2020
2 parents f133a93 + 0a944c8 commit a87842e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Expand Up @@ -51,15 +51,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 28 December 2020
- :twisted_rightwards_arrows: Merge pull request #19 from reviewdog/add-auto-format-option [`7854a02`](https://github.com/reviewdog/action-black/commit/7854a0223bd5288b5f0b5c6fa34170bde21d7615)
- :sparkles: Adds ability to also format the code [`2d3fcd1`](https://github.com/reviewdog/action-black/commit/2d3fcd14c4eccf82ef584084d0a6d4f02869dd05)
- :bug: Fixes docker input arguments bug [`7a8c881`](https://github.com/reviewdog/action-black/commit/7a8c881dae3ee394d7b2df183bf24136a039a5b5)
* :twisted_rightwards_arrows: Merge pull request #19 from reviewdog/add-auto-format-option [`7854a02`](https://github.com/reviewdog/action-black/commit/7854a0223bd5288b5f0b5c6fa34170bde21d7615)
* :sparkles: Adds ability to also format the code [`2d3fcd1`](https://github.com/reviewdog/action-black/commit/2d3fcd14c4eccf82ef584084d0a6d4f02869dd05)
* :bug: Fixes docker input arguments bug [`7a8c881`](https://github.com/reviewdog/action-black/commit/7a8c881dae3ee394d7b2df183bf24136a039a5b5)

#### [v1.1.2](https://github.com/reviewdog/action-black/compare/v1.1.1...v1.1.2)

> 24 December 2020
- :memo: Removes github-pr-review warning [`93e7934`](https://github.com/reviewdog/action-black/commit/93e79341fe169dc7c8b1c46503542cebd8bda58f)
* :memo: Removes github-pr-review warning [`93e7934`](https://github.com/reviewdog/action-black/commit/93e79341fe169dc7c8b1c46503542cebd8bda58f)

#### [v1.1.1](https://github.com/reviewdog/action-black/compare/v1.1...v1.1.1)

Expand All @@ -69,9 +69,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 24 December 2020
- :fire: Removes redundant code [`f4530fe`](https://github.com/reviewdog/action-black/commit/f4530fe6b3d3bc4c3799745505e35206c0c44516)
- :memo: Removes github-pr-review warning [`93e7934`](https://github.com/reviewdog/action-black/commit/93e79341fe169dc7c8b1c46503542cebd8bda58f)
- :twisted_rightwards_arrows: Merge branch 'master' of github.com:reviewdog/action-black [`8945e02`](https://github.com/reviewdog/action-black/commit/8945e02b07654522cab03fafd9a138544138c673)
* :fire: Removes redundant code [`f4530fe`](https://github.com/reviewdog/action-black/commit/f4530fe6b3d3bc4c3799745505e35206c0c44516)
* :memo: Removes github-pr-review warning [`93e7934`](https://github.com/reviewdog/action-black/commit/93e79341fe169dc7c8b1c46503542cebd8bda58f)
* :twisted_rightwards_arrows: Merge branch 'master' of github.com:reviewdog/action-black [`8945e02`](https://github.com/reviewdog/action-black/commit/8945e02b07654522cab03fafd9a138544138c673)

#### [v1.1.0](https://github.com/reviewdog/action-black/compare/v1...v1.1.0)

Expand All @@ -93,9 +93,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 14 December 2020
- :bug: Fixes reviewdog not installed bug and updates documentation [`bc012f8`](https://github.com/reviewdog/action-black/commit/bc012f831b15d6543dfea0b1f0963d30b1ebfe1b)
- :sparkles: Adds github-pr-review not supported warning [`5d8a3ba`](https://github.com/reviewdog/action-black/commit/5d8a3bab08445cc4fd3568e136a2203eb0f46b26)
- :bug: Fixes dockerfile bug [`4ca541d`](https://github.com/reviewdog/action-black/commit/4ca541deb11d6df2b905c71ba9130c8c1a384963)
* :bug: Fixes reviewdog not installed bug and updates documentation [`bc012f8`](https://github.com/reviewdog/action-black/commit/bc012f831b15d6543dfea0b1f0963d30b1ebfe1b)
* :sparkles: Adds github-pr-review not supported warning [`5d8a3ba`](https://github.com/reviewdog/action-black/commit/5d8a3bab08445cc4fd3568e136a2203eb0f46b26)
* :bug: Fixes dockerfile bug [`4ca541d`](https://github.com/reviewdog/action-black/commit/4ca541deb11d6df2b905c71ba9130c8c1a384963)

#### [v0.0.1](https://github.com/reviewdog/action-black/compare/v0.0...v0.0.1)

Expand All @@ -109,6 +109,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 14 December 2020
- Initial commit [`100b5c2`](https://github.com/reviewdog/action-black/commit/100b5c205439e57216df919a9b2240b23f6ba085)
- :white_check_mark: Adds test files [`dd52b41`](https://github.com/reviewdog/action-black/commit/dd52b418d75d7962d1eb544de45f85610f4c6488)
- :bug: Fixes action.yml file bug and adds additional arguments [`c871e9d`](https://github.com/reviewdog/action-black/commit/c871e9d26198deb2ecc3931da5ccc639c36e1640)
* Initial commit [`100b5c2`](https://github.com/reviewdog/action-black/commit/100b5c205439e57216df919a9b2240b23f6ba085)
* :white_check_mark: Adds test files [`dd52b41`](https://github.com/reviewdog/action-black/commit/dd52b418d75d7962d1eb544de45f85610f4c6488)
* :bug: Fixes action.yml file bug and adds additional arguments [`c871e9d`](https://github.com/reviewdog/action-black/commit/c871e9d26198deb2ecc3931da5ccc639c36e1640)

0 comments on commit a87842e

Please sign in to comment.