Skip to content

Is my syntax for ignoring closed issues correct? #27169

Discussion options

You must be logged in to vote

I believe it’s github.event.issue.state that you need.

Actions uses webhook payloads when triggered and the state is listed inside the issue object of those:

docs.github.com

Webhook events and payloads - GitHub Docs

//docs.github.com/en/free-pro-team@latest/developers/webhooks-and-events/webhook-events-and-payloads

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants