mithro / autolabeler

Add labels to Pull Requests based on matched file patterns
ISC License
103 stars 27 forks source link

Default tests are not running 😞 #66

Open AurelienLoyer opened 1 year ago

AurelienLoyer commented 1 year ago

Hey, default tests are failling

image

Looking at Github API 👉 https://docs.github.com/en/rest/issues/labels?apiVersion=2022-11-28#add-labels-to-an-issue

Body have to be:

{"labels": ["test", "config"]}
AurelienLoyer commented 1 year ago

If you agree #67 will fix this issue 😄