neurobagel / workflows

MIT License
0 stars 1 forks source link

Fix list of ignored labels for stale bot #30

Closed surchs closed 12 months ago

surchs commented 12 months ago

The new stale bot workflow uses exclude labels, but incorrect syntax: https://github.com/neurobagel/workflows/blob/1764ada0364932fb7a84c2ead5bcf7a2ac1d938c/template_workflows/stale.yml#L24

As a result, all up-to-date stale bot runs are currently failing across our repos: https://github.com/neurobagel/api/actions/workflows/stale.yml

Instead we should just use one single string with comma delimiter: https://github.com/actions/stale?tab=readme-ov-file#exempt-issue-labels