diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 7ab5410..42c2497 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -22,9 +22,9 @@ jobs: reconcile-issue: if: github.event_name == 'issues' || github.event_name == 'pull_request' secrets: inherit - uses: ./.github/workflows/reconcile-issue.yaml + uses: konveyor/release-tools/.github/workflows/reconcile-issue.yaml@main reconcile-issue-comment: if: github.event_name == 'issue_comment' secrets: inherit - uses: ./.github/workflows/reconcile-issue-comment.yaml + uses: konveyor/release-tools/.github/workflows/reconcile-issue-comment.yaml@main