aria
aria copied to clipboard
Editorial: Add ./github/labeler
Deploy Preview for wai-aria ready!
| Name | Link |
|---|---|
| Latest commit | b31efa1e32af2c566f11e65108262ac89ff83266 |
| Latest deploy log | https://app.netlify.com/sites/wai-aria/deploys/66cc55a163f7f800085016ca |
| Deploy Preview | https://deploy-preview-2321--wai-aria.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Looks intriguing! Is there some documentation on how this works?
@pkra See https://github.com/actions/labeler
My understanding is that something like this should work
Thanks @pkra I missed that.Thanks @daniel-montalvo.
IIUC their documentation correctly, the file needs to be placed in .github/labeler.yml (not .github/ISSUE_TEMPLATE/labeler.yml). We'd also need an accompanying workflow file, e.g., .github/workflows/labeler.yml described at https://github.com/actions/labeler?tab=readme-ov-file#create-workflow
Closes #2318