Replies: 1 comment
-
we're using a monorepo, and need to subscribe to 2 workflows. The need to try and roll them up into a single "subscription" doesn't work well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if I subscribe to a repo like so
/github subscribe reponame deployments workflows{event:"push", branch: "main"}
or
/github subscribe reponame workflows{event:"dispatch"}
I get the desired results, however I cannot figure how to do both in one subscribe. If i do these as separate commands, it overrides and replaces what I am subscribe to. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions