WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

✨ Upgrade to latest JDTLS #514

✨ Upgrade to latest JDTLS

✨ Upgrade to latest JDTLS #514

Workflow file for this run

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