-
Notifications
You must be signed in to change notification settings - Fork 693
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
Added similar issues bot #9081
Added similar issues bot #9081
Conversation
The bot response indicates prioritization occurs via thumbs up, but the team has not indicated they are prioritizing community issues in that manner. Is this a commitment to start doing so or is this just boilerplate text that needs to be revised? |
@riverar this is boilerplate text that is used just for this bot. |
Sounds good. I expect to see changes to the YAML to reflect that! steps:
- name: Add comment
run: gh issue comment "$NUMBER" --repo "$REPO" --body "$BODY"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUMBER: ${{ github.event.issue.number }}
REPO: ${{ github.repository }}
- BODY: ${{ needs.getsimilarissues.outputs.message }} |
@riverar it's been added here: https://github.com/craigloewen-msft/GitGudSimilarIssues/blob/31ca2bdeece539a74f42fb0a9e4c25c71bf3627a/action.yml#L20 @Redth seems like merging is blocked despite approval? Please let me know if there's anything else you need from me to help merge this. THank you! |
@craigloewen-msft Right and like mentioned above, the text is wrong. There's no thumbs-based voting here. So this PR needs to reflect alternate text. (Telling folks to perform an action that has no bearing on prioritization is confusing and a waste of their time.) |
@riverar modified the comment body to edit out that part. |
Looks good to me! |
/azp run |
Azure Pipelines failed to run 1 pipeline(s). |
Separate issue opened for broken links #9159 |
Summary of the Pull Request
Creates a new GitHub action that makes a bot that will automatically comment on new issues letting them know about similarly titled issues using AI. Will look like this:
Detailed Description of the Pull Request / Additional comments
The bot code is open sourced here.
Validation Steps Performed
Validated on other repos. You can manually validate queries like so:
https://gitgudissues.azurewebsites.net/api/getsimilarissues/microsoft/microsoft-ui-xaml/window%20caption%20brushes%20not%20working