ci(deps): bump actions/upload-artifact from 4 to 7#14
Closed
dependabot[bot] wants to merge 10 commits intomainfrom
Closed
ci(deps): bump actions/upload-artifact from 4 to 7#14dependabot[bot] wants to merge 10 commits intomainfrom
dependabot[bot] wants to merge 10 commits intomainfrom
Conversation
A pytest plugin that runs acceptance criteria stub generation as part of the pytest lifecycle, with auto-ID assignment and generic step docstrings. Features: - plugin-configuration: custom features path via pyproject.toml [tool.beehave] - plugin-hook: stub sync runs before test collection via pytest_sessionstart - auto-id-generation: assigns @id tags to untagged Examples; CI enforcement - stub-sync: creates/updates/renames test stubs from .feature files - deprecation-sync: toggles @pytest.mark.deprecated in sync with @deprecated tag
Squash merge of v2 branch into main — see PR #3 for full details.
* chore(sync): merge upstream v6.1.20260419 + hotfix 633e701 - Add living-docs skill (C4 + glossary generation for PO at Step 5) - Add docs/c4/ and docs/post-mortem/ directory placeholders - Add scientific-research/documentation.md (entries 59-62) - Update AGENTS.md: living-docs row, filesystem structure, step/role wording - Update create-skill/SKILL.md: add living-docs to available skills table - Update implementation/SKILL.md: glossary read step, TDD prerequisite, stub template cleanup - Update verify/SKILL.md: drop Standards Summary and When to Use, simplify 6b/6d, fillable Reviewer Stance Declaration, updated Next Steps - Update git-release/SKILL.md: add Step 6 living-docs + renumber steps 6-9, add checklist item - Slim reviewer.md: remove default-hypothesis para, After APPROVED block, Available Skills * docs(readme): rewrite for clarity — tutorial-first, scannable, zero metaphor overload Based on Diátaxis (tutorial scope only), Ko et al. (answer what/why/what-deps upfront), and cognitive load principles (tables over prose). Keeps bee wordplay in the name only.
…iteria column (#7) - Display Given/When/Then steps below test path at -v verbosity - Show steps for skipped stubs at -v - Add Acceptance Criteria column to pytest-html reports (pytest-beehave[html]) - Steps suppressed for tests outside tests/features/ and when show_steps_in_terminal=false - Fix CI enforcement and features-path-config tests broken by older squash-merge - Add @bug stub-creation criterion for Rule block top-level function generation
Builds wheel and sdist, publishes to PyPI via OIDC trusted publisher, then creates a GitHub release with auto-generated notes and dist artifacts.
…aps (#8) * docs(discovery): restore and fix discovery files from v2 - discovery_journal.md: restored verbatim from v2 (was missing from main) - discovery.md: recreated from journal + feature files with corrections: * fixed session ordering (chronological: general → behavior groups → per-feature 2026-04-18 → report-steps 2026-04-19) * added missing features-dir-bootstrap synthesis block * removed stale libcst reference (never added as dependency) * removed display-version from feature list (never built, no .feature file) * clarified class-based → top-level function revision * chore(workflow): restore and fix damaged files from v2 squash-merge gaps - docs/features/discovery.md: deleted (old pre-v2 format, superseded by docs/discovery.md) - docs/architecture.md: restored from v2; appended supersede ADR for libcst (not a dep) - .opencode/agents/product-owner.md: v2 — adds Bug Handling, No-In-Progress protocol, stage terminology - .opencode/agents/software-engineer.md: v2 — adds No-In-Progress stop protocol - .opencode/skills/feature-selection/SKILL.md: v2.0 — BASELINED check location fix, PO-owns-move - .opencode/skills/scope/SKILL.md: v5.0 — 2-stage model matching AGENTS.md - .opencode/skills/scope/discovery-template.md: v2 — clean Gherkin stub format - .opencode/skills/session-workflow/SKILL.md: v4.0 — ownership table, drop gen-todo, Self-Decl as conversation output - README.md: fix function name format (<8char_hex> -> <@id>)
* docs(living-docs): update C4 and glossary after report-steps * chore(release): bump version to v3.0.20260419 — Foundational Apis
* feat(discovery): scope example-scaffold — pytest --beehave-sample generates bee-themed features directory * feat(discovery): rename scaffold → hatch; flag --beehave-hatch replaces --beehave-sample * feat(criteria): write acceptance criteria for example-hatch * chore: move example-hatch to in-progress, begin Step 2 (Architecture) * feat(example-hatch): add architecture stubs * chore: add test-coverage task and fix implementation skill quality gate command * feat(example-hatch): implement hatch command — all 16 @id tests green * chore: step 4 REJECTED for example-hatch — 4 fixes required * chore(skills): number SE Self-Declaration 1–25 and add completeness check to reviewer * fix(example-hatch): address 4 reviewer findings from REJECTED report - Catch SystemExit from run_hatch() in pytest_configure and call pytest.exit(str(exc), returncode=1) for a clean exit instead of INTERNALERROR - Fix plugin_test.py mock so getoption returns False, preventing hatch branch from triggering and silently blocking 3 tests - Rewrite test_example_hatch_5e6f7a8b to use pytest.main() at CLI boundary, capturing stderr and asserting returncode==1 + conflicting path in output - Rewrite test_example_hatch_3c4d5e6f to use pytest.main() with stdout capture, asserting each written .feature relative path appears in output * chore: step 4 APPROVED for example-hatch — all 4 fixes verified * feat(example-hatch): accept feature at Step 5 * chore: remove hatch demo artifact from in-progress/ * chore: remove hatch demo artifact from backlog/ * chore: remove hatch demo artifact from completed/ * docs: add beehave-hatch demo section to README * chore(release): bump version to v3.1.20260419 — Generative Augochlora * ci: add tag-release workflow — auto-tag on pyproject.toml version bump merge * chore(stub-creation): remove @bug tag — stub format becomes configurable option * feat(discovery): add stub-format-config feature scope * feat(stories): write user stories for stub-format-config * feat(criteria): write acceptance criteria for stub-format-config * chore: complete step 1 for stub-format-config * chore: move stub-format-config to in-progress, begin Step 2 (Architecture) * feat(stub-format-config): add architecture stubs * feat(stub-format-config): implement @id:b2c3d4e5 — absent stub_format no error * feat(stub-format-config): implement @id:f6a7b8c9 — invalid stub_format exits non-zero * feat(stub-format-config): implement @id:a1b2c3d4 — default format is top-level functions * feat(stub-format-config): implement @id:c3d4e5f6 — explicit functions format * feat(stub-format-config): all 7 @id tests green — quality gate passed * chore: update TODO.md — all 7 @id green, ready for Step 4 review * fix(stub-format-config): address reviewer findings — cast, unit test location, idempotency * chore: complete step 4 for stub-format-config — APPROVED * fix(stub-format-config): add self parameter to class-method stubs * feat(stub-format-config): assign unique @id values to resolve collisions * fix(stub-format-config): rename tests to match new @id values, remove non-conforming skips * chore: update TODO.md — ready for Step 4 re-verification * chore: complete step 4 for stub-format-config — APPROVED * feat(stub-format-config): accept feature at Step 5 — move to completed * fix(plugin-hook): add deprecated @id:e3a13b58 AC and replace orphan skip with deprecated marker * chore(release): bump version to v3.2.20260419 — Mason Osmia * fix(ci): clean dist/ before build to prevent stale artifact reuse
* feat(discovery): scope example-scaffold — pytest --beehave-sample generates bee-themed features directory * feat(discovery): rename scaffold → hatch; flag --beehave-hatch replaces --beehave-sample * feat(criteria): write acceptance criteria for example-hatch * chore: move example-hatch to in-progress, begin Step 2 (Architecture) * feat(example-hatch): add architecture stubs * chore: add test-coverage task and fix implementation skill quality gate command * feat(example-hatch): implement hatch command — all 16 @id tests green * chore: step 4 REJECTED for example-hatch — 4 fixes required * chore(skills): number SE Self-Declaration 1–25 and add completeness check to reviewer * fix(example-hatch): address 4 reviewer findings from REJECTED report - Catch SystemExit from run_hatch() in pytest_configure and call pytest.exit(str(exc), returncode=1) for a clean exit instead of INTERNALERROR - Fix plugin_test.py mock so getoption returns False, preventing hatch branch from triggering and silently blocking 3 tests - Rewrite test_example_hatch_5e6f7a8b to use pytest.main() at CLI boundary, capturing stderr and asserting returncode==1 + conflicting path in output - Rewrite test_example_hatch_3c4d5e6f to use pytest.main() with stdout capture, asserting each written .feature relative path appears in output * chore: step 4 APPROVED for example-hatch — all 4 fixes verified * feat(example-hatch): accept feature at Step 5 * chore: remove hatch demo artifact from in-progress/ * chore: remove hatch demo artifact from backlog/ * chore: remove hatch demo artifact from completed/ * docs: add beehave-hatch demo section to README * chore(release): bump version to v3.1.20260419 — Generative Augochlora * fix(ci): clean dist/ before build to prevent stale artifact reuse * ci: add tag-release workflow — auto-tag on pyproject.toml version bump merge * feat(stub-format-config): add configurable stub output format — functions (default) or classes * chore(release): bump version to v3.3.20260419 — Mason Osmia * fix(plugin-hook): add deprecated @id:e3a13b58 AC and replace orphan skip with deprecated marker * chore(skills): restore bee genus pool to git-release skill * chore: add *.swp to .gitignore and remove stray swap file * chore: update uv.lock * chore: update CHANGELOG for v3.3 release
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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
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.
Bumps actions/upload-artifact from 4 to 7.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)