Emilien Devos
|
9b0c29f521
|
add ability to automatically close the issue
|
2023-06-03 12:46:49 +02:00 |
|
崖
|
34fe38ec33
|
docs: fix broken CI status badge
|
2022-12-16 15:57:57 +08:00 |
|
bubkoo
|
3f5daf8029
|
chore: 🔧 running action on Node16
|
2022-10-17 11:08:43 +08:00 |
|
Álvaro Mondéjar
|
e58dfb2e84
|
fix: 🐛 Avoid false positives if issue title is empty after excluding (#20)
* fix: 🐛 Avoid false positives if issue title is empty after excluding
* fix: 🐛 Minor change in message
|
2022-06-27 14:39:38 +08:00 |
|
问崖
|
7bdfe61636
|
build: update version
|
2021-12-02 17:09:09 +08:00 |
|
Álvaro Mondéjar
|
eebe64d1f2
|
fix: 🐛 Exclude pull requests searching for duplicates (#19)
|
2021-12-02 17:02:50 +08:00 |
|
问崖
|
fdb4af2078
|
Update README.md
|
2021-09-27 13:37:34 +08:00 |
|
bubkoo
|
cc63d6d273
|
ci: 👷 release
|
2021-09-26 15:50:39 +08:00 |
|
wow-actions-bot
|
4b678995fb
|
chore(release): 1.0.10 [skip ci]
## [1.0.10](https://github.com/wow-actions/potential-duplicates/compare/v1.0.9...v1.0.10) (2021-09-21)
|
2021-09-21 03:02:34 +00:00 |
|
bubkoo
|
0fb7fc67dd
|
refactor: ♻️ update deps
|
2021-09-21 11:01:01 +08:00 |
|
bubkoo
|
e36d3331b9
|
chore: 🛠️ git hooks
|
2021-09-21 11:00:45 +08:00 |
|
bubkoo
|
ce7da9bd04
|
ci: 👷 tslint => eslint
|
2021-09-21 11:00:27 +08:00 |
|
bubkoo
|
3b55ca4108
|
ci: 👷 semantic release
|
2021-09-21 11:00:12 +08:00 |
|
问崖
|
74c882667c
|
Merge pull request #18 from service-paradis/exlude-colon
Add `:` to excluded punctuation
|
2021-09-13 14:25:33 +08:00 |
|
Alexandre Paradis
|
236d84d87b
|
Add : to excluded punctuation
|
2021-02-04 13:14:39 -05:00 |
|
bubkoo
|
f6ebc6e985
|
fix: 🐛 excluded words should be case insensitivity
remove matched keywords from title
re #14
|
2021-01-26 16:01:46 +08:00 |
|
bubkoo
|
232e3b3d91
|
chore: 🛠️ update version
|
2021-01-22 09:23:56 +08:00 |
|
bubkoo
|
8dde4ad61f
|
feat: ✨ make the list of excluded words case insensitive
add `nocase` option for anymatch
re #14
|
2021-01-22 09:23:28 +08:00 |
|
bubkoo
|
393ab50fe8
|
fix: 🐛 typos
keyworld => keyword
re #14
|
2021-01-22 09:14:37 +08:00 |
|
bubkoo
|
e0aa68fcba
|
fix: 🐛 trimming leading and trailing spaces in issue title
empty spaces can bring false positives
re #12
|
2021-01-12 13:45:29 +08:00 |
|
bubkoo
|
0d07e57247
|
fix: 🐛 remove matched keywords
Empty strings will be compared also, increasing the possibility of false positives.
re #14
|
2020-12-09 09:15:22 +08:00 |
|
bubkoo
|
6f12b76bf4
|
feat: ✨ exclude keyworlds in title before detecting
replace keyworlds with empty string
re #14
|
2020-12-08 10:26:24 +08:00 |
|
bubkoo
|
4e8f2cdc74
|
feat: ✨ support multi line filters
|
2020-12-07 10:07:22 +08:00 |
|
bubkoo
|
a9d6dfa46a
|
ci: 👷 config filter
|
2020-12-07 10:06:37 +08:00 |
|
问崖
|
93dbe61d5e
|
Update potential-duplicates.yml
|
2020-12-04 22:55:04 +08:00 |
|
bubkoo
|
7f95e44e9a
|
feat: ✨ issue title filter
filter newly created issue by title, any matched issue would not go on detection
re #14
|
2020-12-04 10:38:14 +08:00 |
|
问崖
|
eb531e9e7d
|
Merge pull request #13 from mohanarpit/master
Updating the readme to correct the action name
|
2020-11-02 17:04:08 +08:00 |
|
Arpit Mohan
|
4ec294df51
|
Updating the readme to correct the action name
|
2020-11-02 14:22:30 +05:30 |
|
bubkoo
|
4fd38505b8
|
docs: 📚️ update comment template
|
2020-10-09 10:48:03 +08:00 |
|
bubkoo
|
8da2853322
|
docs: 📚️ update comment template
|
2020-10-09 10:46:41 +08:00 |
|
bubkoo
|
9908687d9a
|
feat: ✨ support reactions
|
2020-09-28 16:43:10 +08:00 |
|
bubkoo
|
7bb727e28d
|
docs: 📚️ usage og action
|
2020-09-28 13:59:17 +08:00 |
|
bubkoo
|
bd25c96c13
|
refactor: ♻️ format of threshold
|
2020-09-27 21:59:20 +08:00 |
|
bubkoo
|
2bfd89ddd8
|
fix: 🐛 typos
|
2020-09-27 21:38:35 +08:00 |
|
bubkoo
|
05eddff2c7
|
perf: ⚡️ init
|
2020-09-27 21:29:47 +08:00 |
|
崖崖崖
|
b8ebe961f2
|
Initial commit
|
2020-09-27 14:16:24 +08:00 |
|