docs 📝 : add the take issue workflow [19006] (#19027)
* docs 📝 : add the take issue workflow * chore: add the latest tag from action Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com> * Update .github/workflows/triage.yml Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com> * docs(readme): more descriptive message Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com> * docs(triage): more descriptive message in action Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com> * chore: .github/workflows/triage.yml Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com> * chore:🌻 rename the file and add new secret --------- Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com> Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
This commit is contained in:
parent
361011c75e
commit
68538b2b3f
23
.github/workflows/assign_issue.yml
vendored
Normal file
23
.github/workflows/assign_issue.yml
vendored
Normal file
@ -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 }}
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user