Skip to content

rebase: bump github.com/ceph/go-ceph from 0.30.1-0.20241102143109-75d1af3ed638 to 0.31.0 #17250

rebase: bump github.com/ceph/go-ceph from 0.30.1-0.20241102143109-75d1af3ed638 to 0.31.0

rebase: bump github.com/ceph/go-ceph from 0.30.1-0.20241102143109-75d1af3ed638 to 0.31.0 #17250

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
# yamllint disable-line rule:line-length
uses: bdougie/take-action@1439165ac45a7461c2d89a59952cd7d941964b87 # main
with:
message: >
Thanks for taking this issue!
Let us know if you have any questions!
trigger: /assign
token: ${{ secrets.GITHUB_TOKEN }}