ahrefs / monorobot

github monorepo bot - configurable directory tree notifications in slack
32 stars 6 forks source link

Support stateful updates of PR/Issues statuses #129

Open sewenthy opened 2 years ago

sewenthy commented 2 years ago

Using slack threads to update:

  1. PRs:
    • [ ] update PR details (such as description and checks) on changes
    • [ ] new comments are made
    • [ ] update comments when they are edited
    • [ ] new commits
    • [ ] PR is merged/closed
  2. Issues:
    • [ ] update issue details (such as description) on changes
    • [ ] new PRs are made
    • [ ] update PRs when they are edited
    • [ ] PR is merged/closed
    • [ ] issue is closed
rr0gi commented 2 years ago

related https://github.com/ahrefs/monorobot/issues/39

rr0gi commented 2 years ago

possibly related https://github.com/ahrefs/monorobot/issues/36 https://github.com/ahrefs/monorobot/issues/35 #38

tysg commented 3 weeks ago

PR notification in thread seems completed by #161, I wonder if it's easy to bring similar feature to Issues too?