Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probot not triggered on "projects_v2_item" events #1804

Open
snsinahub opened this issue Feb 17, 2023 · 3 comments
Open

Probot not triggered on "projects_v2_item" events #1804

snsinahub opened this issue Feb 17, 2023 · 3 comments

Comments

@snsinahub
Copy link

Bug Report

Current Behavior
A clear and concise description of the behavior.

app.on("projects_v2_item.created", async (context) => {
    
    app.log.info(context);
  });

  app.on("projects_v2_item.edited", async (context) => {
    
    app.log.info(context);
  });

Expected behavior/code
A clear and concise description of what you expected to happen (or code).

Environment

  • Probot version(s): 12.3.0
  • Node/npm version: node v16 npm v8
  • OS: [e.g. OSX 10.13.4, Windows 10] Linux, MacOS

Possible Solution

Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.

@welcome
Copy link

welcome bot commented Feb 17, 2023

Thanks for opening this issue. A contributor should be by to give feedback soon. In the meantime, please check out the contributing guidelines and explore other ways you can get involved.

@wolfy1339
Copy link
Collaborator

This is due to the fact that Probot is using an old version of @octokit/webhooks which doesn't support that event

@wolfy1339
Copy link
Collaborator

Will get resolved by #1864

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants