Skip to content
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

Merged
merged 7 commits into from
Oct 10, 2023
Merged

Implement issue assign bot #460

merged 7 commits into from
Oct 10, 2023

Conversation

mikeee
Copy link
Member

@mikeee mikeee commented Oct 7, 2023

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]

@mikeee mikeee requested a review from a team as a code owner October 7, 2023 14:19
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (e16e035) 69.17% compared to head (52caf75) 69.17%.
Report is 1 commits behind head on main.

❗ Current head 52caf75 differs from pull request most recent head e1697f3. Consider uploading reports for the commit e1697f3 to get more accurate results

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           
Files Coverage Δ
client/actor.go 46.98% <ø> (ø)
client/binding.go 51.51% <ø> (ø)
client/client.go 70.24% <ø> (ø)
client/configuration.go 75.00% <ø> (ø)
client/crypto.go 83.11% <ø> (ø)
client/invoke.go 74.73% <ø> (ø)
client/lock.go 85.71% <ø> (ø)
client/metadata.go 34.84% <ø> (ø)
client/pubsub.go 81.52% <ø> (ø)
client/secret.go 86.36% <ø> (ø)
... and 6 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@daixiang0
Copy link
Member

@mikeee thanks for your contribution! Could you use it in your fork and verify it?

@mikeee
Copy link
Member Author

mikeee commented Oct 8, 2023

@mikeee mikeee force-pushed the mikeee-ghactions-bot branch 2 times, most recently from 52caf75 to e1697f3 Compare October 8, 2023 11:13
@mikeee
Copy link
Member Author

mikeee commented Oct 8, 2023

Pushed a change to allow for the bot to process a command with an associated comment body

image

mikeee added a commit to mikeee/dapr_docs that referenced this pull request Oct 8, 2023
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]>
msfussell added a commit to dapr/docs that referenced this pull request Oct 10, 2023
* 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]>
@yaron2 yaron2 merged commit 1757eaa into dapr:main Oct 10, 2023
13 checks passed
@mikeee mikeee deleted the mikeee-ghactions-bot branch October 19, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Ability For Users to Self-Assign Issues
3 participants