Skip to content

feat: enhance accessibilty and seo for hero section #3357

feat: enhance accessibilty and seo for hero section

feat: enhance accessibilty and seo for hero section #3357

Workflow file for this run

name: Assign issues with .take
on:
workflow_call:
issue_comment:
types:
- created
- edited
jobs:
take-issue:
name: Take issue
runs-on: ubuntu-latest
permissions:
issues: write
timeout-minutes: 10
steps:
- name: take an issue
uses: bdougie/[email protected]
with:
message: Thanks for taking this on! If you have not already, join the conversation in our [community discussions](https://github.com/orgs/open-sauced/discussions)
issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.
token: ${{ secrets.GITHUB_TOKEN }}
blockingLabels: 👀 needs triage,🛑 blocked,core team work,🖍need-design,duplicate
blockingLabelsMessage: The issue you are trying to assign yourself is blocked until it can be triaged or by another label on the issue.