Skip to content

Commit fc1a80b

Browse files
authored
Merge pull request #2834 from ClickHouse/alex-clickhouse-patch-1
Create cross-repo-bug-relay.yml
2 parents e94e216 + 170bbd0 commit fc1a80b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)