Skip to content

Commit

Permalink
fix: 彻底修复 bug (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela authored Sep 5, 2024
1 parent 1ef1eb9 commit 31c9dc0
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 100 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ labels: # optional, choices [labels, comments]
string[] | string
url_mode: # optional, ignored if ${regexes} exists
"allow_only" | "deny"
url_list: # optional, ignored if ${regexes} exists
url_list: # optional, ignored if ${regexes} exists, keeps in mind that if `search` has valud that is must be started with `?` which needs to be escaped
(string | Partial<Pick<URL, { [K in keyof URL]: URL[K] extends string ? K : never; }[keyof URL]>>)[]
author_association: # optional, required if ${regexes} undefined
string
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Issue Checker'
name: 'Issue Checker DEBUG'
description: 'Labels and comments to issues automatically based on their body'
author: 'zzyyyl'

Expand Down
100 changes: 73 additions & 27 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

100 changes: 73 additions & 27 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 31c9dc0

Please sign in to comment.