From 68538b2b3f57e3458e41e11521720630e2c79447 Mon Sep 17 00:00:00 2001 From: "( Nechiforel David-Samuel ) NsdHSO" <37635083+NsdHSO@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:50:53 +0300 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9D=20:=20add=20the=20take=20is?= =?UTF-8?q?sue=20workflow=20[19006]=20(#19027)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs 📝 : add the take issue workflow * chore: add the latest tag from action Co-authored-by: Przemyslaw Wysocki * Update .github/workflows/triage.yml Co-authored-by: Przemyslaw Wysocki * docs(readme): more descriptive message Co-authored-by: Przemyslaw Wysocki * docs(triage): more descriptive message in action Co-authored-by: Przemyslaw Wysocki * chore: .github/workflows/triage.yml Co-authored-by: Andrey Kashchikhin * chore:🌻 rename the file and add new secret --------- Co-authored-by: Przemyslaw Wysocki Co-authored-by: Andrey Kashchikhin --- .github/workflows/assign_issue.yml | 23 +++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 25 insertions(+) create mode 100644 .github/workflows/assign_issue.yml diff --git a/.github/workflows/assign_issue.yml b/.github/workflows/assign_issue.yml new file mode 100644 index 00000000000..236705e070b --- /dev/null +++ b/.github/workflows/assign_issue.yml @@ -0,0 +1,23 @@ +name: Take Issue + +on: + issue_comment: + types: + - created + - edited + +jobs: + take-issue: + name: Take issue + runs-on: ubuntu-latest + permissions: + issues: write + timeout-minutes: 10 + steps: + - name: take an issue + uses: bdougie/take-action@v1.6.1 + with: + message: Thank you for looking into this issue! Please let us know if you have any questions or require any help. + issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. + trigger: .take + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 489ef7803cc..ca6045fbd83 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,8 @@ See [How to build OpenVINO](./docs/dev/build.md) to get more information about t See [Contributions Welcome](https://github.com/openvinotoolkit/openvino/issues/17502) for good first issues. See [CONTRIBUTING](./CONTRIBUTING.md) for contribution details. Thank you! +## Take the issue +If you wish to be assigned to an issue please add a comment with `.take` command. ## Get a support