Skip to content

Commit b25c58b

Browse files
committed
2.3.0
1 parent 9b885fb commit b25c58b

File tree

3 files changed

+53
-34
lines changed

3 files changed

+53
-34
lines changed

CHANGELOG.md

Lines changed: 51 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,42 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v2.2.0](https://github.com/gagoar/use-herald-action/compare/v2.1.1...v2.2.0)
8-
7+
#### [v2.3.0](https://github.com/gagoar/use-herald-action/compare/v2.0.0...v2.3.0)
8+
9+
- Ignore team owner for review action [`#210`](https://github.com/gagoar/use-herald-action/pull/210)
10+
- Fix build-test Herald action to use checked in dist files [`#212`](https://github.com/gagoar/use-herald-action/pull/212)
11+
- Rebuild #187 [`#209`](https://github.com/gagoar/use-herald-action/pull/209)
12+
- Revert "Edit existing comments instead of reposting (#187)" [`#208`](https://github.com/gagoar/use-herald-action/pull/208)
13+
- Revert is-plain-object dependency changes [`#207`](https://github.com/gagoar/use-herald-action/pull/207)
14+
- Pin @octokit/request and @octokit/endpoint [`#203`](https://github.com/gagoar/use-herald-action/pull/203)
15+
- Bump is-plain-object to 3.0.0 [`#198`](https://github.com/gagoar/use-herald-action/pull/198)
16+
- Edit existing comments instead of reposting [`#187`](https://github.com/gagoar/use-herald-action/pull/187)
17+
- Do not fail on 422 error [`#196`](https://github.com/gagoar/use-herald-action/pull/196)
18+
- fixing issue on workflow [`#194`](https://github.com/gagoar/use-herald-action/pull/194)
19+
- Splitting workflows and adding a build test for use herald action [`#192`](https://github.com/gagoar/use-herald-action/pull/192)
20+
- use pull_request_target [`#191`](https://github.com/gagoar/use-herald-action/pull/191)
21+
- Update typescript-eslint monorepo to v4.4.1 [`#184`](https://github.com/gagoar/use-herald-action/pull/184)
22+
- Update dependency p-queue to v6.6.2 [`#181`](https://github.com/gagoar/use-herald-action/pull/181)
23+
- Update dependency pretty-quick to v3.1.0 [`#188`](https://github.com/gagoar/use-herald-action/pull/188)
24+
- re introducing p-queque to comments [`#189`](https://github.com/gagoar/use-herald-action/pull/189)
25+
- Update dependency jest to v26.5.3 [`#180`](https://github.com/gagoar/use-herald-action/pull/180)
26+
- Unifying calls to Github + Handling rejectedPromises properly [`#182`](https://github.com/gagoar/use-herald-action/pull/182)
27+
- Update dependency eslint to v7.11.0 [`#178`](https://github.com/gagoar/use-herald-action/pull/178)
28+
- Update dependency tslib to v2.0.3 [`#179`](https://github.com/gagoar/use-herald-action/pull/179)
29+
- Update dependency @types/node to v13.13.25 [`#177`](https://github.com/gagoar/use-herald-action/pull/177)
30+
- Fixing duplications in tests [`#173`](https://github.com/gagoar/use-herald-action/pull/173)
31+
- adding code coverage to code climate [`#171`](https://github.com/gagoar/use-herald-action/pull/171)
32+
- Update Node.js to v12.19.0 [`#170`](https://github.com/gagoar/use-herald-action/pull/170)
33+
- Update dependency @types/node to v13.13.23 [`#167`](https://github.com/gagoar/use-herald-action/pull/167)
34+
- Update dependency jest to v26.5.2 [`#168`](https://github.com/gagoar/use-herald-action/pull/168)
35+
- Update dependency tslib to v2.0.2 [`#169`](https://github.com/gagoar/use-herald-action/pull/169)
36+
- Update dependency @types/node to v13.13.22 [`#166`](https://github.com/gagoar/use-herald-action/pull/166)
37+
- Update typescript-eslint monorepo to v4.4.0 [`#165`](https://github.com/gagoar/use-herald-action/pull/165)
38+
- Update dependency jest to v26.5.0 [`#164`](https://github.com/gagoar/use-herald-action/pull/164)
39+
- Update typescript-eslint monorepo to v4.3.0 [`#161`](https://github.com/gagoar/use-herald-action/pull/161)
40+
- Update dependency ts-jest to v26.4.1 [`#162`](https://github.com/gagoar/use-herald-action/pull/162)
41+
- Update dependency eslint to v7.10.0 [`#157`](https://github.com/gagoar/use-herald-action/pull/157)
42+
- 2.2.0 [`#160`](https://github.com/gagoar/use-herald-action/pull/160)
943
- Pin dependency @types/markdown-table to 2.0.0 [`#159`](https://github.com/gagoar/use-herald-action/pull/159)
1044
- comments as tables [`#158`](https://github.com/gagoar/use-herald-action/pull/158)
1145
- Update dependency @actions/core to v1.2.6 [`#153`](https://github.com/gagoar/use-herald-action/pull/153)
@@ -20,12 +54,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2054
- Fixing summary rule for bots [`#151`](https://github.com/gagoar/use-herald-action/pull/151)
2155
- Create installation flow webpages [`#148`](https://github.com/gagoar/use-herald-action/pull/148)
2256
- 2.1.1 [`#144`](https://github.com/gagoar/use-herald-action/pull/144)
23-
- comments as tables (#158) [`#156`](https://github.com/gagoar/use-herald-action/issue/156)
24-
25-
#### [v2.1.1](https://github.com/gagoar/use-herald-action/compare/v2.1.0...v2.1.1)
26-
27-
> 17 September 2020
28-
2957
- Removing unused libraries + reverting @octokit/rest.js library [`#143`](https://github.com/gagoar/use-herald-action/pull/143)
3058
- Update dependency lint-staged to v10.4.0 [`#138`](https://github.com/gagoar/use-herald-action/pull/138)
3159
- Update dependency @types/jest to v26.0.14 [`#139`](https://github.com/gagoar/use-herald-action/pull/139)
@@ -45,11 +73,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4573
- Update dependency pretty-quick to v3.0.1 [`#122`](https://github.com/gagoar/use-herald-action/pull/122)
4674
- Update dependency @types/node to v13.13.17 [`#121`](https://github.com/gagoar/use-herald-action/pull/121)
4775
- 2.1.0 [`#119`](https://github.com/gagoar/use-herald-action/pull/119)
48-
49-
#### [v2.1.0](https://github.com/gagoar/use-herald-action/compare/v2.0.1...v2.1.0)
50-
51-
> 7 September 2020
52-
5376
- adding targetURL when using `status` action [`#118`](https://github.com/gagoar/use-herald-action/pull/118)
5477
- Add `status` action [`#106`](https://github.com/gagoar/use-herald-action/pull/106)
5578
- Update typescript-eslint monorepo to v4.1.0 [`#116`](https://github.com/gagoar/use-herald-action/pull/116)
@@ -64,12 +87,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6487
- Update dependency eslint to v7.8.1 [`#109`](https://github.com/gagoar/use-herald-action/pull/109)
6588
- Add label action [`#105`](https://github.com/gagoar/use-herald-action/pull/105)
6689
- 2.0.1 [`#104`](https://github.com/gagoar/use-herald-action/pull/104)
67-
- Add `status` action (#106) [`#71`](https://github.com/gagoar/use-herald-action/issue/71)
68-
69-
### [v2.0.1](https://github.com/gagoar/use-herald-action/compare/v1.4.0...v2.0.1)
70-
71-
> 27 August 2020
72-
7390
- Adding pull_request_target [`#103`](https://github.com/gagoar/use-herald-action/pull/103)
7491
- Update dependency @actions/core to v1.2.5 [`#101`](https://github.com/gagoar/use-herald-action/pull/101)
7592
- Update dependency @octokit/rest to v18.0.4 [`#100`](https://github.com/gagoar/use-herald-action/pull/100)
@@ -78,6 +95,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
7895
- Update dependency lint-staged to v10.2.13 [`#97`](https://github.com/gagoar/use-herald-action/pull/97)
7996
- Update typescript-eslint monorepo to v3.10.1 [`#96`](https://github.com/gagoar/use-herald-action/pull/96)
8097
- 2.0.0 [`#95`](https://github.com/gagoar/use-herald-action/pull/95)
98+
- Edit existing comments instead of reposting (#187) [`#34`](https://github.com/gagoar/use-herald-action/issue/34)
99+
- Unifying calls to Github + Handling rejectedPromises properly (#182) [`#175`](https://github.com/gagoar/use-herald-action/issue/175)
100+
- comments as tables (#158) [`#156`](https://github.com/gagoar/use-herald-action/issue/156)
101+
- Add `status` action (#106) [`#71`](https://github.com/gagoar/use-herald-action/issue/71)
102+
- Create codeql-analysis.yml [`9f4154d`](https://github.com/cyamonide/use-herald-action/commit/9f4154d38f7b57956985c8b0a9649c58e68ff69b)
103+
- Update README.md [`345589b`](https://github.com/cyamonide/use-herald-action/commit/345589b020cbdc38307e3c516e40184f2b5cc0e8)
104+
- Update README.md [`06d7eed`](https://github.com/cyamonide/use-herald-action/commit/06d7eede5b79d9367d56c6606aba50e0e242ba6d)
105+
106+
### [v2.0.0](https://github.com/gagoar/use-herald-action/compare/v1.3.0...v2.0.0)
107+
108+
> 24 August 2020
109+
81110
- Update typescript-eslint monorepo to v3.10.0 [`#94`](https://github.com/gagoar/use-herald-action/pull/94)
82111
- Update dependency prettier to v2.1.0 [`#93`](https://github.com/gagoar/use-herald-action/pull/93)
83112
- Handle email references properly [`#92`](https://github.com/gagoar/use-herald-action/pull/92)
@@ -95,11 +124,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
95124
- Update dependency eslint to v7.7.0 [`#67`](https://github.com/gagoar/use-herald-action/pull/67)
96125
- Update dependency p-queue to v6.6.1 [`#69`](https://github.com/gagoar/use-herald-action/pull/69)
97126
- Update typescript-eslint monorepo to v3.9.1 [`#70`](https://github.com/gagoar/use-herald-action/pull/70)
98-
99-
#### [v1.4.0](https://github.com/gagoar/use-herald-action/compare/v1.3.0...v1.4.0)
100-
101-
> 13 August 2020
102-
103127
- Update dependency nock to v13.0.4 [`#61`](https://github.com/gagoar/use-herald-action/pull/61)
104128
- Update dependency jest to v26.4.0 [`#65`](https://github.com/gagoar/use-herald-action/pull/65)
105129
- Adding rules for templates [`#63`](https://github.com/gagoar/use-herald-action/pull/63)
@@ -121,7 +145,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
121145
- Update dependency @types/node to v13.13.15 [`#41`](https://github.com/gagoar/use-herald-action/pull/41)
122146
- Update dependency nock to v13.0.3 [`#46`](https://github.com/gagoar/use-herald-action/pull/46)
123147

124-
#### [v1.3.0](https://github.com/gagoar/use-herald-action/compare/v1.2.0...v1.3.0)
148+
#### [v1.3.0](https://github.com/gagoar/use-herald-action/compare/v1.1.0...v1.3.0)
125149

126150
> 24 July 2020
127151
@@ -130,19 +154,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
130154
- Update dependency @types/jest to v26.0.7 [`#37`](https://github.com/gagoar/use-herald-action/pull/37)
131155
- includesInPatch [`#42`](https://github.com/gagoar/use-herald-action/pull/42)
132156
- includes/excludes can be string[] | string [`#40`](https://github.com/gagoar/use-herald-action/pull/40)
133-
- includesInPatch (#42) [`#38`](https://github.com/gagoar/use-herald-action/issue/38)
134-
135-
#### [v1.2.0](https://github.com/gagoar/use-herald-action/compare/v1.1.0...v1.2.0)
136-
137-
> 24 July 2020
138-
139157
- Update dependency @types/jest to v26 [`#25`](https://github.com/gagoar/use-herald-action/pull/25)
140158
- Update dependency lint-staged to v10.2.11 [`#17`](https://github.com/gagoar/use-herald-action/pull/17)
141159
- Update dependency ts-node to v8.10.2 [`#21`](https://github.com/gagoar/use-herald-action/pull/21)
142160
- Update dependency ws to v7.3.1 [`#24`](https://github.com/gagoar/use-herald-action/pull/24)
143161
- Update dependency prettier-eslint to v11 [`#27`](https://github.com/gagoar/use-herald-action/pull/27)
144162
- Update typescript-eslint monorepo to v3 [`#28`](https://github.com/gagoar/use-herald-action/pull/28)
145163
- single comment when action comment is triggered [`#36`](https://github.com/gagoar/use-herald-action/pull/36)
164+
- includesInPatch (#42) [`#38`](https://github.com/gagoar/use-herald-action/issue/38)
146165

147166
#### [v1.1.0](https://github.com/gagoar/use-herald-action/compare/v1.0...v1.1.0)
148167

@@ -174,4 +193,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
174193
- Adding workflow to verify master [`#3`](https://github.com/gagoar/use-herald-action/pull/3)
175194
- Bump lodash from 4.17.15 to 4.17.19 [`#2`](https://github.com/gagoar/use-herald-action/pull/2)
176195
- Basic Functionality and tests. [`#1`](https://github.com/gagoar/use-herald-action/pull/1)
177-
- Initial commit [`a7b5ff8`](https://github.com/gagoar/use-herald-action/commit/a7b5ff80b2258cd91faa7742b7ab510e44972dec)
196+
- Initial commit [`a7b5ff8`](https://github.com/cyamonide/use-herald-action/commit/a7b5ff80b2258cd91faa7742b7ab510e44972dec)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "use-herald-action",
33
"repository": "git@github.com:gagoar/use-herald-action.git",
44
"license": "MIT",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"description": "add subscribers, assignees and reviewers to your pull request",
77
"main": "index.ts",
88
"husky": {

0 commit comments

Comments
 (0)