Skip to content

ci: update PR-commenter and Mergify for Kubernertes 1.26/1.30 (backport #4589) #7345

ci: update PR-commenter and Mergify for Kubernertes 1.26/1.30 (backport #4589)

ci: update PR-commenter and Mergify for Kubernertes 1.26/1.30 (backport #4589) #7345

Workflow file for this run

---
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 }}