-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Make the condition parameterizable like the other filters.
Lines 90 to 101 in c78334c
| const hasMultipleChangesToCitationcff = async (url) => { | |
| const [ owner, repo, ...unuseds ] = url.slice("https://github.com/".length).split('/'); | |
| const commits = await octokit.rest.repos.listCommits({ | |
| owner, | |
| repo, | |
| path: 'CITATION.cff' | |
| }); | |
| return commits.data.length > 1 | |
| } |
Metadata
Metadata
Assignees
Labels
No labels