-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement issue assign bot #460
Conversation
Signed-off-by: mikeee <[email protected]>
Signed-off-by: mikeee <[email protected]>
Signed-off-by: mikeee <[email protected]>
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #460 +/- ##
=======================================
Coverage 69.17% 69.17%
=======================================
Files 34 34
Lines 2735 2735
=======================================
Hits 1892 1892
Misses 734 734
Partials 109 109
☔ View full report in Codecov by Sentry. |
Signed-off-by: mikeee <[email protected]>
Signed-off-by: mikeee <[email protected]>
Signed-off-by: mikeee <[email protected]>
@mikeee thanks for your contribution! Could you use it in your fork and verify it? |
Test issue mikeee#7 Action run: https://github.com/mikeee/dapr_go-sdk/actions/runs/6446480738/job/17501712453 |
Signed-off-by: mikeee <[email protected]>
52caf75
to
e1697f3
Compare
The assign command can now be used in issues on the go-sdk repo from the merge of the referenced PR. Refs: dapr/go-sdk#460 Signed-off-by: mikeee <[email protected]>
* feat: '/assign' can be used with go-sdk repo The assign command can now be used in issues on the go-sdk repo from the merge of the referenced PR. Refs: dapr/go-sdk#460 Signed-off-by: mikeee <[email protected]> * clarify applicable commands to each repository Signed-off-by: mikeee <[email protected]> --------- Signed-off-by: mikeee <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
A github actions workflow that will assign issues to users when the
/assign
command is used.The actor will be
github-actions[bot]
unless a token is otherwise provided for the dapr-bot account.Possibly OTT but hey, it works and appears performant.
Merging this will close #455
Signed-off-by: mikeee [email protected]