Skip to content

github: recognise possible reserved status values for checks#112

Open
jclulow wants to merge 1 commit into
mainfrom
check-status
Open

github: recognise possible reserved status values for checks#112
jclulow wants to merge 1 commit into
mainfrom
check-status

Conversation

@jclulow

@jclulow jclulow commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

At some point we received at least one webhook delivery for a check with a GitHub-reserved status value.

12:39:06.276Z ERRO github-server: delivery 6657697 event check_run: unknown variant `waiting`, expected one of `queued`, `in_progress`, `completed`, `pending`
12:39:06.276Z ERRO github-server: delivery 6669700 event check_run: unknown variant `waiting`, expected one of `queued`, `in_progress`, `completed`, `pending`
12:39:06.276Z ERRO github-server: delivery 6711268 event check_run: unknown variant `waiting`, expected one of `queued`, `in_progress`, `completed`, `pending`

So that we can process and ignore these, this change includes the reserved values that have at some point been documented.

Comment on lines +155 to +156
* These status values are reserved for GitHub Actions, but do for whatever
* reason still sometimes appear in events we receive:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think we are receiving them because we receive events for all check suites in the repository, not just buildomat's check suites.

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 this pull request may close these issues.

2 participants