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

Add SCHEDULE to GHEvent and add UNKNOWN handling to GHEvent #1096

Merged
merged 4 commits into from
Apr 14, 2021

Commits on Apr 14, 2021

  1. Add SCHEDULE to GHEvent

    This is a valid event for scheduled workflow runs.
    gsmet committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    696dd90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce7801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b9a2c View commit details
    Browse the repository at this point in the history
  4. Log a warning when we have an unknown enum value

    Can be useful to catch values we should add instead of simply ignoring
    them.
    gsmet committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    6efe428 View commit details
    Browse the repository at this point in the history