not receiving `issue_comment` related events
See original GitHub issueBug Report / Feature request
Current Behavior
The events issue_comment.created
or issue_comment.edited
mentioned here in the github docs are not being logged.
// I'm using the wildcard * to log all events
app.on('*', async (context) => {
context.log({ event: context.event, action: context.payload.action })
})
The events comment created or updated under an issue are not being logged. The events new issue created, code pushed are being logged.
Expected behavior/code There’s supposed to be a webhook event emitted when there’s a new comment under an issue
Environment
- Probot version(s): 7.2.0
- Node/npm version: v11.12.0/6.9.0
- OS: Windows 10
Possible Solution
It’s either implemented and I have some kind of problems with my probot configuration or it’s not implemented. Please implement it if it’s already not. Add a feature_request
label to this issue.
Additional context/Screenshots N/A
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
customers do not receive notifications - Atlassian Community
1 answer · Choose: Jira settings -> System · Click Admin Helper -> Notification Helper. · Enter the name of the user whose...
Read more >GitHub - Enabling "comment" events / error: unable to process ...
I'll post an answer to my own question, in case someone comes across a similar problem in the future. The issue was solved...
Read more >libevdev devices with too many registered events do not work ...
This driver is built upon libevdev, you can find the related ... bug: https://github.com/systemd/systemd/issues/17922#issuecomment-745212108.
Read more >Can not share an event in SharePoint Calender Online
Can not share an event in SharePoint Calender Online ... if you want to receive the related email notification for this thread.
Read more >Does Firebase always guarantee added events in order?
1) All clients register <figure-1> listener to receive messages from others. ... The client do not have chance to get message 3, 1...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@phanirithvij does your GitHub App have permission for
issues
and is subscribed to theissue_comment
events?You can check this in the GitHub App settings: https://github.com/settings/apps
Issue-Label Bot is automatically applying the label
bug 🐞
to this issue, with a confidence of 0.97. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.