files-community / Bot

Repo management bot for Files
MIT License
2 stars 0 forks source link

GitHub: Use the bot to comment on issues #1

Open 0x5bfa opened 6 months ago

0x5bfa commented 6 months ago

Description

We should notice issuers when patch or feature request was implemented not to get them such a question https://github.com/files-community/Files/issues/14521#issuecomment-1906866455. Can use files-community-bot we already added in this org.

In addition to that, when a PR that might fix an issue was linked to the issue


When an issue submitted

Hello @0x5bfa, thank you for sharing your feedback with us! Our team will send a message to triage :thumbsup:


When a patch has been published in a preview release

Thank you for your feedback! This issued was fixed in v3.2.2 :partying_face:

You can try it out by installing preview version of Files.


Jay-o-Way commented 6 months ago

@crutkas @jaimecbernardo especially the second one would be great to have in PowerToys too!

yaira2 commented 4 months ago
0x5bfa commented 4 months ago
  1. There is.
  2. When release has been published, the action do regex and comment on all #issues that have been mentioned in the release. The problem is how to tell if issues mentioned is really fixed or implemented because it maybe just mentioned. Richer regex would be required.
0x5bfa commented 2 months ago

fyi, @heftymouse Made repo for the bot. We can use C# like imgbot and Azure Functions.