From 7517f8f245b95c034c1082456d000645d02cdc74 Mon Sep 17 00:00:00 2001 From: parth-gr Date: Tue, 5 Jul 2022 20:35:35 +0530 Subject: [PATCH] sdsf Signed-off-by: parth-gr --- .github/workflows/a.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/a.yaml 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