ubiquity / ubiquibot

Putting the 'A' in 'DAO'
https://github.com/marketplace/ubiquibot
MIT License
16 stars 59 forks source link

Draft: Custom Events Per User #916

Open 0x4007 opened 5 months ago

0x4007 commented 5 months ago

I was thinking that with the new plugins architecture, that it would be feasible to map specific events invoked by specific users to trigger specific plugins.

For example:

*:
   <all events>
pavlovcik: 
   issue_comment.created: 
      workflow: pavlovcik/chatgpt-comment-summary
   issue_comment.edited: 
      workflow: pavlovcik/comment-spellcheck

The idea being that we can map "user macros" to specific events.