question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not receiving `issue_comment` related events

See original GitHub issue

Bug 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
wilhelmkloppcommented, May 13, 2019

@phanirithvij does your GitHub App have permission for issues and is subscribed to the issue_comment events?

image

image

You can check this in the GitHub App settings: https://github.com/settings/apps

<div> GitHub</div><div>Build software better, together</div><div>GitHub is where people build software. More than 36 million people use GitHub to discover, fork, and contribute to over 100 million projects.</div>
1reaction
issue-label-bot[bot]commented, May 11, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found