Commit graph

20 commits

Author SHA1 Message Date
Sam
1d46172340 Use glob for path param
This was done such that multiple files
can be loaded that match given glob
patterns. Existing behaviour is preserved
for exact match.
2022-10-25 01:09:35 +00:00
marocchino
97bddef64d
📦️ build 2022-10-14 21:23:07 +09:00
Federico
b17e5a4390
Checking for deleteOldComment before createComment and adding guard (#560)
* Checking for deleteOldComment before createComment and adding guard

* Update src/main.ts

Co-authored-by: August “Kai” Kaiser <85895815+awkaiser-tr@users.noreply.github.com>

* halted when deleteOldComment is true

* build dist files

Co-authored-by: August “Kai” Kaiser <85895815+awkaiser-tr@users.noreply.github.com>
2022-02-25 22:51:56 +09:00
marocchino
568d4dba14
🙈 ignore lib 2021-12-02 07:21:48 +09:00
marocchino
39c5b5dc77
minimize comment (#472)
*  minimize comment

*  hide, hide_and_recreate, hide_classify option

*  update config test
2021-10-21 02:20:24 +09:00
marocchino
3c38ed8cd4
🐛 fix find issue 2021-10-21 01:20:15 +09:00
marocchino
a57b4690ec
🔊 use warning 2021-10-21 01:10:50 +09:00
marocchino
a59ab1c422
🔊 logging debug info 2021-10-21 01:01:10 +09:00
marocchino
1a8e0448ba
🐛♻️ paging support & use graphql (#471)
* 🐛♻️ paging support & use graphql

* 🚀 build

* 🚨 ignore eslint
2021-10-20 22:19:58 +09:00
marocchino
21a90c1106
Hide details (#435)
*  hide details

* 📦 build

* 👷 ci for hide_details option
2021-09-29 03:15:07 +09:00
marocchino
82e7a0d3c5
🔖 release 2.1.1 2021-09-01 02:53:36 +09:00
dependabot[bot]
136dcf90b9
build(deps-dev): Bump typescript from 4.3.5 to 4.4.2 (#401)
* build(deps-dev): Bump typescript from 4.3.5 to 4.4.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* ♻️ guard error object

https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#use-unknown-catch-variables

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: marocchino <marocchino@users.noreply.github.com>
2021-08-31 03:44:02 +09:00
marocchino
2571108774
📦 build 2021-08-30 12:58:46 +09:00
marocchino
87e4874fd5
build: updates 2021-08-14 09:48:53 +09:00
Rob Cowsill
65b0a353cc
Fix: Ignore other users' comments (#332)
Make findPreviousComment only return comments made by the current user
(usually github-actions[bot])
2021-06-15 03:25:28 +09:00
dependabot[bot]
7874cc39cf
build(deps): bump @actions/github from 4.0.0 to 5.0.0 (#305)
* build(deps): bump @actions/github from 4.0.0 to 5.0.0

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Update @action/github 5

* build: new deps & rest fix

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: marocchino <marocchino@users.noreply.github.com>
2021-05-30 10:50:41 +09:00
marocchino
21998583f4
build: Rebuild with new deps 2021-05-30 10:31:00 +09:00
marocchino
322a2451da
refactor: several improvements (#262)
- more tests
- file read in config
- reduce if depth
- reduce unnecessary requests
2021-03-27 12:13:51 +09:00
marocchino
56ac27318d
refactor: extract config (#257)
* refactor: extract config

* test: mock dynamic value
2021-03-22 09:39:18 +09:00
marocchino
831680f812
dist with new generator 2021-02-25 16:22:36 +09:00