diff --git a/.github/workflows/take-action.yml b/.github/workflows/take-action.yml new file mode 100644 index 0000000..c5b6f1f --- /dev/null +++ b/.github/workflows/take-action.yml @@ -0,0 +1,14 @@ +# .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 }}