We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e94e216 + 170bbd0 commit fc1a80bCopy full SHA for fc1a80b
1 file changed
.github/workflows/cross-repo-bug-relay.yml
@@ -0,0 +1,17 @@
1
+name: Relay bugs for cross-repo investigation
2
+
3
+# Relays newly-opened issues to ClickHouse/integrations-ai-playground for
4
+# cross-repo investigation.
5
6
+on:
7
+ issues:
8
+ types: [opened]
9
10
+permissions: {}
11
12
+jobs:
13
+ relay:
14
+ uses: ClickHouse/integrations-shared-workflows/.github/workflows/cross-repo-bug-relay.yml@main
15
+ secrets:
16
+ WORKFLOW_AUTH_PUBLIC_APP_ID: ${{ secrets.WORKFLOW_AUTH_PUBLIC_APP_ID }}
17
+ WORKFLOW_AUTH_PUBLIC_PRIVATE_KEY: ${{ secrets.WORKFLOW_AUTH_PUBLIC_PRIVATE_KEY }}
0 commit comments