-
Notifications
You must be signed in to change notification settings - Fork 3
INT-3469 Add Questions, Workflows, Misc QoL updates #166 #68
Conversation
jupiterone/questions/questions.yaml
Outdated
title: How many users are in each of my Slack channels? | ||
description: Returns a list of slack channels and the number of users they have. | ||
queries: | ||
query: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you're right. It does need -
. I've just been pulling them out directly without running the validation. I expected it to catch it in the PR, and for some of the PRs it does. In other PRs like this one, it doesn't run the new flow until the next PR. I expect we will run into this a few more times, so I'll try to do some additional validation!
@@ -1,3 +1,5 @@ | |||
dist | |||
coverage/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
f2b6b89
to
862210d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
🚀 PR was released in |
Description
This PR updates workflows in graph-slack, adds the codeql-analysis workflow, and questions workflow. It adds managed questions to the public repo.
Other miscellaneous or formatting changes may be included.