Github notifications - Mail to PR creator -
if raise pull request , if need notified mail saying --
you have created pull request "bla bla" on "so , so" date.
on merge - notification
on comment - notification
so question is...
- are there such settings in github sends mail pr creator?
- can tag myself in pr comment ?
any !!
are there such settings in github sends mail pr creator?
there's no setting in github makes platform work in way. note: can send email support@github.com request such feature.
can tag myself in pr comment ?
yes, can. won't trigger email sent mailbox
however, if you're after keeping track of own activity on github, there may exist alternative: github exposes atoms feeds various endpoints. user 1 of them. register own feed in rss reader , you're done.
- syntax:
https://github.com/{:user}.atom
- sample: https://github.com/mojombo.atom
Comments
Post a Comment