mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: add ci bot for auto assigning issue
this will auto assign the issue to the user who commented /assign Signed-off-by: Riya Singhal <rsinghal@redhat.com>
This commit is contained in:
parent
00c12b396f
commit
aa55317c74
20
.github/workflows/auto-assign.yaml
vendored
Normal file
20
.github/workflows/auto-assign.yaml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Assign issue to contributor
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
|
on:
|
||||||
|
issue_comment:
|
||||||
|
types: [created, edited]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
assign:
|
||||||
|
name: Run self assign job
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: take the issue
|
||||||
|
uses: bdougie/take-action@main
|
||||||
|
with:
|
||||||
|
message: >
|
||||||
|
Thanks for taking this issue!
|
||||||
|
Let us know if you have any questions!
|
||||||
|
trigger: /assign
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user