We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Verify README.md template: not working with helm mono repository
To Reproduce Steps to reproduce the behavior: https://github.com/obervinov/helm-charts/actions/runs/8694876452/job/23844704726
--- name: Checks and Build Helm-Charts Bundle # yamllint disable-line rule:truthy on: push: branches: - '*' - '*/*' - '**' - '!main' jobs: helm-repository-build: uses: obervinov/_templates/.github/workflows/helm.yaml@v1.0.12 changelog: uses: obervinov/_templates/.github/workflows/changelog.yaml@v1.1.0 readme: uses: obervinov/_templates/.github/workflows/readme.yaml@v1.1.0
--- name: Create GitHub Release # yamllint disable-line rule:truthy on: pull_request: branches: - main types: - closed jobs: helm-repository-build: uses: obervinov/_templates/.github/workflows/helm.yaml@v1.0.12 changelog: uses: obervinov/_templates/.github/workflows/changelog.yaml@v1.1.0 readme: uses: obervinov/_templates/.github/workflows/readme.yaml@v1.1.0 create-release: uses: obervinov/_templates/.github/workflows/release.yaml@v1.1.0 needs: [helm-repository-build, changelog, readme]
Expected behavior workflow for testing https://github.com/obervinov/helm-charts/tree/main/.github/workflows fix the line: https://github.com/obervinov/_templates/blob/main/.github/workflows/readme.yaml#L25 correct version:
% grep -oE '@(release/|fix/|hotfix/)?v[0-9]+\.[0-9]+\.[0-9]+' .github/workflows/release.yaml @v1.1.0 @v1.1.0 @v1.1.0
Screenshots
Additional context None
Check list
The text was updated successfully, but these errors were encountered:
fixed #69 and updated all issue templates
386dc8e
Release v1.2.0: Bug fixes, new features for managed PRs and Milestones (
2cf808b
#71) ## v1.2.0 - 2024-04-28 ### What's Changed **Full Changelog**: v1.1.1...v1.2.0 by @obervinov in #71 #### 🚀 Features * #55 * #56 #### 📚 Documentation * Updated all issue and pull request templates #### 🐛 Bug Fixes * #69 * #68
obervinov
Successfully merging a pull request may close this issue.
Describe the bug
Verify README.md template:
not working with helm mono repository
To Reproduce
Steps to reproduce the behavior:
https://github.com/obervinov/helm-charts/actions/runs/8694876452/job/23844704726
Expected behavior
workflow for testing https://github.com/obervinov/helm-charts/tree/main/.github/workflows
fix the line: https://github.com/obervinov/_templates/blob/main/.github/workflows/readme.yaml#L25
correct version:
% grep -oE '@(release/|fix/|hotfix/)?v[0-9]+\.[0-9]+\.[0-9]+' .github/workflows/release.yaml @v1.1.0 @v1.1.0 @v1.1.0
Screenshots
Additional context
None
Check list
The text was updated successfully, but these errors were encountered: