-
-
Notifications
You must be signed in to change notification settings - Fork 0
regular upmerge from develop #9
New issue
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
Merged
Merged
Conversation
This file contains hidden or 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
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ns/actions/checkout-6 chore(deps): bump actions/checkout from 3 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ns/actions/setup-node-6 chore(deps): bump actions/setup-node from 3 to 6
fix(template): labeler config format
…rkflows chore(ci): remove generic CI and release workflows; update README
…orkflows Chore/remove release workflows
mPokornyETM
added a commit
that referenced
this pull request
Dec 10, 2025
Merge pull request #9 from winccoa-tools-pack/develop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔄 Git Flow Pull Request
🌳 Git Flow Branch Type
feature/*→develop) - New functionalityrelease/*→main+ back-merge todevelop) - Release preparationhotfix/*→main+ back-merge todevelop) - Critical production fixesbugfix/*→develop) - Bug fixes for development📋 Description
🔗 Related Issue(s)
🎯 Type of Change
🔍 Git Flow Validation
feature/,release/,hotfix/,bugfix/)developdevelopmaindevelopmain(will be back-merged todevelop)main(will be back-merged todevelop)🧪 Testing
Test Environment
Test Cases
WinCC OA Compatibility
Test Steps
📸 Screenshots (if applicable)
📝 Checklist
Code Quality
Documentation
Dependencies
🔄 Migration Guide (if breaking change)
📋 Additional Notes
🎉 Reviewer Notes
/cc @mPokornyETM
🎯 Git Flow Merge Strategy
For Feature/Bugfix PRs
developusing "Squash and merge" or "Create a merge commit"For Release PRs
mainusing "Create a merge commit"git tag -a v[version] -m "Release [version]"maintodevelopto sync changesFor Hotfix PRs
mainusing "Create a merge commit"git tag -a v[version] -m "Hotfix [version]"maintodevelopto sync changes📖 For complete Git Flow documentation, see: docs/GITFLOW_WORKFLOW.md
By submitting this pull request, I confirm that my contribution is made under the terms of the project license.