diff --git a/.github/workflows/shared-issues.yml b/.github/workflows/shared-issues.yml new file mode 100644 index 000000000000..e7c167af81fc --- /dev/null +++ b/.github/workflows/shared-issues.yml @@ -0,0 +1,13 @@ +name: "Shared Issues" +on: + issues: + types: [opened, labeled, unlabeled] + +jobs: + shared-issues: + runs-on: ubuntu-latest + steps: + - uses: airbytehq/workflow-actions@production + with: + token: "${{ secrets.OCTAVIA_PAT }}" + command: "issue"