Skip to content

Create cross-repo-bug-relay.yml#483

Open
alex-clickhouse wants to merge 1 commit intomasterfrom
alex-clickhouse-patch-1
Open

Create cross-repo-bug-relay.yml#483
alex-clickhouse wants to merge 1 commit intomasterfrom
alex-clickhouse-patch-1

Conversation

@alex-clickhouse
Copy link
Copy Markdown

Sets up new issue relay for cross-repo investigation.

If you'd rather trigger this on labeling an issue a bug we can do this instead:

  on:
    issues:
      types: [labeled]

  permissions: {}

  jobs:
    relay:
      if: github.event.label.name == 'bug'
      uses: ClickHouse/integrations-shared-workflows/.github/workflows/cross-repo-bug-relay.yml@main
      secrets: inherit

But there's a triage before the cross-repo investigation that filters out irrelevant issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant