Skip to content

Releases: devantler-tech/actions

v10.1.4

Choose a tag to compare

@botantler-1 botantler-1 released this 18 Jul 06:27
Immutable release. Only release title and notes can be modified.
8436c4a

10.1.4 (2026-07-18)

Bug Fixes

  • enable-auto-merge: arm auto-merge on workflow-touching PRs (#626) (b11c728)

v10.1.3

Choose a tag to compare

@botantler-1 botantler-1 released this 18 Jul 05:55
Immutable release. Only release title and notes can be modified.
3b7c85a

10.1.3 (2026-07-18)

Continuous Integration

  • zizmor: deduplicate full repository scans (#640) (8ff24af)

v10.1.2

Choose a tag to compare

@botantler-1 botantler-1 released this 18 Jul 02:01
Immutable release. Only release title and notes can be modified.
edb63f9

10.1.2 (2026-07-18)

Continuous Integration

  • agent-skills: seed update tests without live setup fetches (#633) (679720e)

v10.1.1

Choose a tag to compare

@botantler-1 botantler-1 released this 17 Jul 21:28
Immutable release. Only release title and notes can be modified.
94146b0

10.1.1 (2026-07-17)

Bug Fixes

  • validate-go-project: make the concurrency group invocation-aware (#628) (79aeb16), closes #587

v10.1.0

Choose a tag to compare

@botantler-1 botantler-1 released this 17 Jul 19:22
Immutable release. Only release title and notes can be modified.
47f0d9b

10.1.0 (2026-07-17)

Features

  • setup-agent-skills: add opt-in widened retry envelope for rate-limit bursts (#617) (56fe62e)

v10.0.3

Choose a tag to compare

@botantler-1 botantler-1 released this 17 Jul 12:10
Immutable release. Only release title and notes can be modified.
adbda4a

10.0.3 (2026-07-17)

Bug Fixes

  • release: disable issue notification hooks (#612) (49d67dc)

v10.0.2

Choose a tag to compare

@botantler-1 botantler-1 released this 16 Jul 11:23
Immutable release. Only release title and notes can be modified.
0f27c13

10.0.2 (2026-07-16)

Bug Fixes

  • auto-merge: complete ineligible required runs (#599) (7df5238)

v10.0.1

Choose a tag to compare

@botantler-1 botantler-1 released this 15 Jul 21:43
Immutable release. Only release title and notes can be modified.
468d652

10.0.1 (2026-07-15)

Bug Fixes

  • validate-go-project: raise govulncheck timeout to survive cold-cache scans (#594) (1f2a2fb)

v10.0.0

Choose a tag to compare

@botantler-1 botantler-1 released this 14 Jul 18:03
Immutable release. Only release title and notes can be modified.
5de934e

10.0.0 (2026-07-14)

⚠ BREAKING CHANGES

  • remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418)
  • All callers referencing old file names, input names, output names, or secret keys must be updated.
  • run-dotnet-tests: run-dotnet-tests no longer accepts app-id or app-private-key inputs. Callers pinning by SHA are unaffected; on repin any still-passed values are simply ignored (unexpected-input warning).
  • the setup-copilot-skills/update-copilot-skills action paths are removed and setup-agent-skills's agent input is renamed to agents. Consumers on a pinned major (e.g. @v4) are unaffected until they bump; migration guides are in each action's README.
  • the codecov-token input is removed from both actions. Callers must stop passing it (the reusable workflows are updated in lockstep).
  • copilot-skills: setup-copilot-skills and update-copilot-skills both remove the skills-lock input; setup-copilot-skills also removes the source input and redefines skills as the sole list input. Delete any skills-lock.json and move each entry onto its own <owner/repo> <skill> line in setup-copilot-skills.with.skills.
  • Action directories and input names have been renamed.

Features

  • add .NET project and test configurations (#10) (1ce56da)
  • add require-checks-in-pr composite action (#113) (1f66c91)
  • add auto-merge composite action for PRs (#14) (a8f34bd)
  • add automation configuration for PR reviews and issue sessions (f4b7152)
  • add blocked label and update label sync configuration (3041247)
  • add Calculator class with basic arithmetic operations and corresponding unit tests (f5c21a1)
  • add collapsible sections for workflow details in README (2e8d0f9)
  • add docs (aba6c52)
  • add dotnet-test-action for testing .NET solutions with GitHub Actions (ad39d59)
  • add EditorConfig file and update Calculator and CalculatorTests for consistency and clarity (f032439)
  • add GitHub workflows (861d3e2)
  • add GitOps deployment workflow for managing Kubernetes resources (f6f0ce7)
  • add GitOps validation workflow (8505da2)
  • add Hadolint action for linting Dockerfiles (9f610a8)
  • add Homebrew setup and environment initialization to GitOps workflows (c4b0fe5)
  • add Homebrew setup step to GitOps workflows for consistent environment setup (e300bd6)
  • add initial release configuration for semantic-release (3c4f906)
  • add inputs for HOSTS_FILE and ROOT_CA_CERT_FILE in GitOps workflow (6eefeeb)
  • add pull_request and merge_group triggers to Zizmor workflow (1ce3f4b)
  • add pull_request trigger to auto-merge and dotnet-test workflows (63097da)
  • add pull_request trigger to GitOps lint and test workflows (dbd5fe8)
  • add released label to labels configuration (a803193)
  • add Repo Assist labels to central config (#161) (b41fbfe)
  • add reusable workflow to sync upstream Kyverno policies and update README with usage instructions (b119b9f)
  • add schedule trigger for sync labels workflow (5f3527e)
  • add shared workflows (0fe78df)
  • add step to append hosts file if it exists (6f22cd1)
  • add upload-coverage action for GitHub Code Quality (#170) (60d895a)
  • add upsert-issue composite action (#55) (e3a0bd5)
  • add VERSION_ARGS input to dotnet-embed-binaries workflow for version retrieval (a648561)
  • add workflow for cleaning up ghcr packages (856fea4)
  • add Zizmor composite action workflow (c0b70d3)
  • add Zizmor security analysis workflow and action documentation (dbae7c7)
  • add Zizmor workflow configuration (6e1f9b5)
  • add Zizmor workflow configuration (2b9e59f)
  • add Zizmor workflow configuration (5f1126b)
  • cleanup-ghcr-packages: add dry-run/package inputs and CI smoke test (#193) (1dddb9d)
  • copilot-skills: drop lockfile, lean on gh skill frontmatter (#95) (7906319)
  • create-issues-from-todos: support client-id, deprecate app-id (#271) (9d98cb8)
  • dependency-review: add composite for GitHub Dependency Review (#217) (21b2937)
  • diagnose-flux: add shared composite action for Flux failure diagnostics (#368) (d59a53c)
  • free-disk-space: add composite action to reclaim runner disk (#214) (cbfd433)
  • implement dotnet-test action with coverage reporting (b4b4aac)
  • merge reusable-workflows into the actions repo (#314) (b282265)
  • normalize secret input keys to UPPER_SNAKE_CASE (#69) (82ef4a7)
  • remove Codecov upload from coverage actions (#175) (7dbc3c3)
  • remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418) (0d7ff03)
  • rename copilot-skills actions to agent-neutral agent-skills ([#178](https://github.com/devantler-tech/actions/iss...
Read more

v9.0.11

Choose a tag to compare

@botantler-1 botantler-1 released this 12 Jul 17:09
Immutable release. Only release title and notes can be modified.
931b82f

9.0.11 (2026-07-12)

Bug Fixes

  • auto-merge: harden mutable review evidence (#575) (9c8b35b)