mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-15 10:36:51 +00:00
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.
This commit is contained in:
parent
437c49a57c
commit
1d46172340
10 changed files with 2660 additions and 55 deletions
|
|
@ -28,6 +28,7 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
"@actions/glob": "^0.3.0",
|
||||
"@octokit/graphql-schema": "^12.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue