Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

📛 assign issue to contributor #1

📛 assign issue to contributor

📛 assign issue to contributor #1

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
steps:
- name: take the issue
uses: bdougie/take-action@main
env:
GITHUB_TOKEN: ${{ github.token }}
with:
message: Thanks for taking this issue! Let us know if you have any questions!