-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add functionality to set the issue/PR assignees #76
base: master
Are you sure you want to change the base?
Conversation
Also, please fix PEP 8:
|
Codecov Report
@@ Coverage Diff @@
## master #76 +/- ##
==========================================
- Coverage 82.72% 82.15% -0.58%
==========================================
Files 16 16
Lines 799 807 +8
==========================================
+ Hits 661 663 +2
- Misses 138 144 +6
Continue to review full report at Codecov.
|
To try out things that require authentication, see https://baldrick.readthedocs.io/en/latest/local.html - however this requires secret keys that we can't easily all share. I'll try it out for now. |
I pushed a small fix to the URL, but otherwise the main issue is that the bot can only assign users to issues/PRs if we give it push access to the repo... Too much power? |
That is scary... What if the bot squash all commits in |
can you give a "triaging" level access to the bot? After all it exists for exactly similar use cases (though it's for users, so may not yet be applicable for bots?) |
I'll investigate the triaging option |
This adds methods to add an assignee or set the assignees for an issue or pull request.
I guess this is a work in progress, because I haven't tested it, so I'm not even sure it works :)! Any ideas on how to test this?
cc @astrofrog @pllim @Cadair