Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support discussion event #487

Merged
merged 33 commits into from
Aug 15, 2021
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
44117a2
test: Toggle draft status
peaceiris Aug 11, 2021
056e820
Add types
peaceiris Aug 12, 2021
1d35763
Add LabelEvent type
peaceiris Aug 12, 2021
e89a99e
Support discussion
peaceiris Aug 13, 2021
3a5426d
chore(release): Add build assets
peaceiris Aug 13, 2021
e230060
chore(release): Remove build assets [skip ci]
peaceiris Aug 13, 2021
1731c87
Add placeholders, show created comment url
peaceiris Aug 13, 2021
421b803
chore(release): Add build assets
peaceiris Aug 13, 2021
997a278
chore(release): Remove build assets [skip ci]
peaceiris Aug 13, 2021
6e398c0
test: Add codecov.yml
peaceiris Aug 13, 2021
6c51b14
feat: Add discussion.answer field
peaceiris Aug 13, 2021
acfcd71
chore(release): Add build assets
peaceiris Aug 13, 2021
341790c
chore(release): Remove build assets [skip ci]
peaceiris Aug 13, 2021
8450886
fix indent
peaceiris Aug 14, 2021
cd8638f
test: discussion
peaceiris Aug 14, 2021
e03b87d
Fix eventName
peaceiris Aug 14, 2021
6900f23
chore(release): Add build assets
peaceiris Aug 14, 2021
c891bf5
chore(release): Remove build assets [skip ci]
peaceiris Aug 14, 2021
b5d0077
test: Refactor
peaceiris Aug 14, 2021
b1e61f1
test: placeholders
peaceiris Aug 14, 2021
89d18af
deps: update devDependencies
peaceiris Aug 14, 2021
658c4e0
npm audit fix
peaceiris Aug 14, 2021
066e2df
fix: initialization order
peaceiris Aug 14, 2021
955d815
chore(release): Add build assets
peaceiris Aug 14, 2021
315321d
chore(release): Remove build assets [skip ci]
peaceiris Aug 14, 2021
9cd7625
Improve log
peaceiris Aug 14, 2021
c21af74
refactor: Trim rawBody
peaceiris Aug 15, 2021
bc18f88
refactor: Integrate RunContext into IContext
peaceiris Aug 15, 2021
d3b5e76
test: eventName
peaceiris Aug 15, 2021
875c571
update
peaceiris Aug 15, 2021
70a7e5a
chore(release): Add build assets
peaceiris Aug 15, 2021
63f2d01
chore(release): Remove build assets [skip ci]
peaceiris Aug 15, 2021
315e68d
update hash
peaceiris Aug 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix indent
peaceiris committed Aug 14, 2021
commit 84508865d2e24e2093f444682aca554b5071e104
12 changes: 6 additions & 6 deletions .github/label-commenter-config.yml
Original file line number Diff line number Diff line change
@@ -134,11 +134,11 @@ labels:
Thank you for suggesting documentation improvement.
pr:
body: "\
[The documentation label] was added.\n
Thank you for suggesting documentation improvement. \
When you add a new section, do not forget to update the Table of Contents.\n
```sh\n
npx doctoc --github README.md\n
```\n\n
[The documentation label] was added. \
Thank you for suggesting documentation improvement.\n\
When you add a new section, do not forget to update the Table of Contents.\n\n\
```sh\n\
npx doctoc --github README.md\n\
```\n\n\
[The documentation label]: https://github.com/peaceiris/actions-label-commenter/issues?q=label%3Adocumentation\n
"