dapr / rust-sdk

Dapr SDK for Rust - Alpha
Apache License 2.0
207 stars 62 forks source link

tooling: add dapr-bot - assign issue functionality #131

Closed mikeee closed 3 months ago

mikeee commented 4 months ago

Description

Added:

The above has been tested on a live GitHub repo.

Usage: To assign an issue to yourself, you can prefix the comment with /assign to trigger dapr-bot to assign the issue to yourself. Example comment body:-

/assign

I have bandwidth to pick this up this week

Limitations: The bot does not perform any validation on whether an issue is currently assigned to someone, the floor is open to any particular opinion. I think at this stage it would not make much sense to limit an issue to 1 assignee. Suppose a contributor drops off whilst assigned to an issue, another contributor should be able to assign themselves to an issue to indicate their intent to continue work on that issue.

TODOs (create issues after approval/merge):

Issue reference

This PR will close #107

Checklist