Trigger a RunRequest on GitHub repository actions #7312
Unanswered
randerzander
asked this question in
Q&A
Replies: 1 comment
-
hi @randerzander I think there are a few options:
|
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
-
Hello,
I'm getting started on a POC with Dagster. I'd like to trigger job executions on events happening in a remote GitHub repository:
For example:
I see the dagster-github integration docs, and browsed the source, but it didn't seem like there's a way to do this.
Seems like my best bet might be to have a custom Sensor use PyGitHub or shell out to the GitHub CLI and generate RunRequests that way?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions