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

"repository_vulnerability_alert.reopen" missing #611

Closed
adriandersen opened this issue Mar 10, 2022 · 2 comments · Fixed by #609
Closed

"repository_vulnerability_alert.reopen" missing #611

adriandersen opened this issue Mar 10, 2022 · 2 comments · Fixed by #609
Labels
Type: Feature New feature or request
Projects

Comments

@adriandersen
Copy link

https://github.blog/changelog/2022-03-07-reopen-dismissed-dependabot-alerts/

What’s missing?

Webhook event for the new repository_vulnerability_alert.reopen is not yet added

Why?

As this functionality is now added to the dependabot webhook, it should be added here as well :)

@adriandersen adriandersen added the Type: Feature New feature or request label Mar 10, 2022
@ghost ghost added this to Features in JS Mar 10, 2022
@wolfy1339
Copy link
Member

Thanks for the report, I will look into this

JS automation moved this from Features to Done Mar 10, 2022
wolfy1339 added a commit that referenced this issue Mar 10, 2022
…rkflow_run`, `project`, `branch_protection_rule`, `pull_request.auto_merge_{enabled,disabled}` events

* feat: new `reopen` action for `repository_vulnerability_alert`
Fixes #611
* fix: `auto_merge_property` can also be an object
Fixes #608

* fix: `changes` property is not always present on `project.edited` event
This happens whenever you edit the automation in the project, but don't change the title or body

* fix: add missing `runs_rerequestable` and `rerequestable` to `check_suite.rerequested`
* fix: correct reference to common schema
* fix: add missing properties to `pull_request.auto_merge_{enabled,disabled}` and `branch_protection_rule.edited`
* feat: new `actor` and `triggering_actor` for `workflow_run`s
* fix: add missing properties to `repository_vulnerability_alert`

Adds the following properties:
- number
- state
- fixed_at
- fix_reason

Also normalize properties across actions

* fix: the `sender` for `repository_vulnerability_alert` is GitHub
@octokitbot
Copy link
Collaborator

🎉 This issue has been resolved in version 5.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
No open projects
JS
  
Done
3 participants