-
Notifications
You must be signed in to change notification settings - Fork 61
Detect PR & Auto Assign Issue #260
Comments
/start |
@seprintour The time limit for this bounty is on Thu, 27 Apr 2023 13:39:05 GMT Your currently set address is: |
Unfortunately, pull requests linked to an issue by comments does not show up on the pull request and issues endpoint |
However, i found it shows up on the timeline here as a cross-reference Either this or scraping pull requests to look for open pull requests on the |
If anyone has a solution to show issues on a pull request or vice versa, it would appreciated. As the current implementation i have would require :- Owner of pull request is assigned |
You shouldn't assign yourself without fully understanding the issue or possible implementation first. |
I understood it and it is in progress.. just need to confirm, you can see i have possible implementations above lol Just need to know what would work best |
So i have 3 possible :- But they don't, that's why i'm here |
imo, scraping is the way to go since GitHub doesn't provide any API. modify the src/helpers/parser.ts as needed. |
Thanks for the file |
@Steveantor scraping was a breeze.. i have finalised the PR and its ready to review Thanks for your help again |
[ CLAIM 100 DAI ]
|
@seprintour please be sure to review this conversation and implement any necessary fixes. Unless this is closed as completed, its payment of 100.0 DAI will be deducted from your next bounty. |
@seprintour - Releasing the bounty back to dev pool because the allocated duration already ended! |
This isn't working anymore. #746 Perhaps a core team member should take this over. rfc @ubiquity/software-development @wannacfuture can you investigate this Here is the diff from the latest commit on this pull request to the current development HEAD: https://github.com/ubiquity/ubiquibot/compare/2399857f507467fa9f9672855580c68c457bee97..development#diff-41f183deca0c54367420ce6e3bf0764513ba00c2ce136bb19056c616c2c06a59 Useful to compare against the changed files for this feature https://github.com/ubiquity/ubiquibot/pull/273/files |
Perhaps we'd need tests here, so one doesn't work on one feature and break another. Every feature in the bot would be tested |
Let me take a look at this. |
@pavlovcik i noticed this is a penalty.. It's been a long time since I worked on this issue |
Let's see if the penalty feature even works...I've never seen it work in production before. If it does, I'll make up for the difference. Just let me know the results please! |
Okay, I'd do that. Perhaps my next permit would contain the penalty info |
As a heads up: if it renders a permit with a penalty don't claim it. I'll manually revoke the permit, remove the penalty, and regenerate the new permit instead. |
Just want to make it clear. So, @pavlovcik We'll ignore all the assign rules for the linked first pull request for the issue, right? |
Not ignoring will render the PR author's contribution useless, and other users will simply copy-paste his code |
I designed the rules for reasons. Always follow the rules. |
I took a look on it. necessary functions are ready on #657 'll finish this right after it is merged. |
It would be nice if the bot can detect open pull requests to unassigned issues and automatically assign the pull request author.
Make sure that it only works for the first pull request opened and it's actively being worked on. In case two bounty hunters try to compete with each other on the bounty without first assigning themselves: the first to open should get the assignment.
https://t.me/UbiquityDevPool/2506
The text was updated successfully, but these errors were encountered: