Skip to content

Wave 2 Task 6: Found 4 bugs in interactive client through comprehensive testing #25

Wave 2 Task 6: Found 4 bugs in interactive client through comprehensive testing

Wave 2 Task 6: Found 4 bugs in interactive client through comprehensive testing #25

name: Assign Issue to Project
on:
issues:
types: [opened]
jobs:
add-to-project:
uses: turbot/steampipe-workflows/.github/workflows/assign-issue-to-pipeling-issue-tracker.yml@main
with:
issue_number: ${{ github.event.issue.number }}
repository: ${{ github.repository }}
secrets: inherit