Mary White
Mary White
I should mention that I found for my personal case I can work around this in two ways 1. provide a custom callback to focus zone `getNextFocusable` 2. disable the...
Any thoughts on this issue?
Thanks for the response @lesliecdubs 💟 ! Giving this another look (now that I'm more versed in some accessibility training 😄 ) I think we should be alright to close...
@siddharthkp - the radio input is a child of the label, so I think it [bypasses that validation](https://github.com/primer/react/blob/main/packages/react/src/TooltipV2/Tooltip.tsx#L249). I wonder if the label could be considered interactive in this case...
@siddharthkp thank you for the suggestion! I had not though of using a custom label element to remove these aria attributes. I went ahead and implemented this in https://github.com/github/github/pull/323137. Let...
Yes, thanks @broccolinisoup! Feel free to close 😄
>Cannot GITHUB_TOKEN be used for that? The `GIHUB_TOKEN` does not have the correct project permissions. We don't have plans to change that currently. > I can see this action has...
Hi @BatoolMM. Could you share more details about your workflow, including the triggers used?
👋🏻 It's correct that fine-grained tokens are supported for organization owned projects, and our documentation has been updated to reflect that. It's true that user-owned projects are not accessible with...
👋🏻 as recommended above, I would suggest using [built-in project workflows](https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations) to automatically set the status of an item when it's added to your project. https://github.com/actions/add-to-project/issues/318 tracks a request to...