feat: trying a license checker (#184)

This commit is contained in:
Michael Neale 2024-10-24 17:59:57 +11:00 committed by GitHub
parent 0a2c6dcf1a
commit e7f74342c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 231 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"pull_request": {
"head": {
"ref": "test-branch"
},
"base": {
"ref": "main"
},
"number": 123,
"title": "test: Update dependency licenses"
}
}