diff --git a/.github/workflows/a.yaml b/.github/workflows/a.yaml new file mode 100644 index 000000000000..10f6bbf8ead4 --- /dev/null +++ b/.github/workflows/a.yaml @@ -0,0 +1,18 @@ +name: Assign issue to contributor +on: + pull_request: + issue_comment: + types: [created, edited] + +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! + trigger: .take \ No newline at end of file