[BUG] Error using custom rules which are in a subdirectory: Error: creating named volume \"kai-examples/rules\": running volume create option: names must match [a-zA-Z0-9][a-zA-Z0-9_.-]*: invalid argument\n" #791
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |