Skip to content

Commit

Permalink
Merge branch 'konveyor:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman authored Feb 9, 2024
2 parents 30c21cb + 046ccf6 commit 139f251
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Reconcile GitHub Issue (Comment)

on:
issues:
types:
- opened
- edited
- closed
- reopened
- labeled
- unlabeled
issue_comment:
types:
- created
- edited

concurrency:
group: reconcile-issue-${{ github.event.issue.number }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
reconcile-issue:
if: github.event_name == 'issues' || github.event_name == 'pull_request'
secrets: inherit
uses: konveyor/release-tools/.github/workflows/reconcile-issue.yaml@main

reconcile-issue-comment:
if: github.event_name == 'issue_comment'
secrets: inherit
uses: konveyor/release-tools/.github/workflows/reconcile-issue-comment.yaml@main

0 comments on commit 139f251

Please sign in to comment.