Skip to content

Commit

Permalink
🌱 reconcile issues and it's comments (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Jul 24, 2024
1 parent 17057f1 commit cac7f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cac7f3e

Please sign in to comment.