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

Missing / wrong actions #4

Closed
14 tasks done
gr2m opened this issue Dec 11, 2018 · 1 comment · Fixed by #8
Closed
14 tasks done

Missing / wrong actions #4

gr2m opened this issue Dec 11, 2018 · 1 comment · Fixed by #8
Assignees

Comments

@gr2m
Copy link
Contributor

gr2m commented Dec 11, 2018

  • created action is missing for commit_comment event, it is not listed in the Events API payload table
  • added, deleted and edited actions are missing for member event, the actions are listed in the Events API payload table but not the first row where the script is currently expecting it
  • created and deleted actions are missing for installlation event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • added and removed actions are missing for installation_repositories event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • created, deleted and edited actions are missing for issue_comment event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • created, deleted and edited actions are missing for label event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • added, removed actions are missing for membership event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • closed, created, deleted, edited and reopened actions are missing for project event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • converted , created, deleted, edited and moved actions are missing for project_card event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • created, deleted, edited and moved actions are missing for project_column event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • assigned, closed, edited, labeled, opened, reopened, review_request_removed, review_requested, synchronize, unassigned, and unlabeled actions are missing for pull_request event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • merged and false actions are incorrectly listed as actions for pull_request event, due to how the current script is looking for the event names in the actions description
  • dismissed, edited and submitted actions are missing for pull_request_review event, the actions are listed in the Events API payload table but not formatted as expected by the current script
  • published action is missing for release event, the action is listed in the Events API payload table but not formatted as expected by the current script
@gr2m gr2m self-assigned this Dec 11, 2018
gr2m added a commit that referenced this issue Dec 11, 2018
@gr2m gr2m mentioned this issue Dec 11, 2018
@gr2m gr2m closed this as completed in #8 Dec 11, 2018
gr2m added a commit that referenced this issue Dec 11, 2018
@octokitbot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.1.1 🎉

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
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants