Skip to content

Translation home page #57

Translation home page

Translation home page #57

Workflow file for this run

# .github/workflows/take.yml
name: Assign issue to contributor
on:
issue_comment:
jobs:
assign:
name: Take an issue
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: contributor-takes-action
uses: bdougie/take-action@main
with:
message: Alright you want to take this issue? It is now assigned to you 🙏 Let us know if you have any questions.
trigger: .take
token: ${{ secrets.GITHUB_TOKEN }}