Commit graph

17 commits

Author SHA1 Message Date
Alex Burgel
e5439e773a
Add option to skip updating or recreating comments when message is unchanged 2023-08-14 12:51:55 -04:00
marocchino
6be016636e
️ Rollback base_url option 2023-04-21 16:24:04 +09:00
marocchino
292f33e766
🔧 baseUrl config
The `baseUrl`, which could be taken as an input, is required to use a custom GitHub Enterprise URL, for example.
2023-04-21 11:32:07 +09:00
marocchino
0bd1af949c
owner option 2023-02-11 20:10:25 +09:00
marocchino
4b4f618262
only update option 2023-02-11 20:01:26 +09:00
WebFreak001
b2b0280464
apply suggestions 2023-02-09 18:42:37 +01:00
WebFreak001
7f05636c59
add setting to only create, but not update comment 2023-02-07 20:22:10 +01:00
Sam
db01d1ad6c Add ignore empty input 2022-10-25 21:49:30 +00:00
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
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
21a90c1106
Hide details (#435)
*  hide details

* 📦 build

* 👷 ci for hide_details option
2021-09-29 03:15:07 +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
6ee941ecc7
style: 💄 lint error 2021-05-31 15:32:58 +09:00
marocchino
21998583f4
build: Rebuild with new deps 2021-05-30 10:31:00 +09:00
marocchino
51f328e21a
Use getBooleanInput
ref #216 for details
2021-05-26 05:41:35 +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