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

Fix: workflow_run pull_requests id/number types #174

Conversation

mjpieters
Copy link
Contributor

The webhook payload for the workflow_run event types (completed, in-progress & requested) each define the id and number of pull requests as number where they clearly should be integer values.

The webhook payload for the workflow_run event types (completed,
in-progress & requested) each define the id and number of pull requests
as `number` where they clearly should be `integer` values.
@mjpieters mjpieters force-pushed the correct_workflow_run_pull_requests_numbering branch from ae008b9 to efeb2c9 Compare January 6, 2025 16:10
@yanyongyu yanyongyu added schema schema related WebHook bug Something isn't working labels Jan 6, 2025
Copy link
Owner

@yanyongyu yanyongyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@yanyongyu yanyongyu merged commit cbd7b19 into yanyongyu:master Jan 7, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working schema schema related WebHook
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants