Skip to content

Releases: devantler-tech/actions

v9.0.0

Choose a tag to compare

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

9.0.0 (2026-07-03)

⚠ 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/issues...
Read more

v8.0.1

Choose a tag to compare

@botantler-1 botantler-1 released this 03 Jul 11:44
Immutable release. Only release title and notes can be modified.
bd78711

8.0.1 (2026-07-03)

Bug Fixes

  • resolve first-party self-references at the same commit (#427) (96b8f82)

v8.0.0

Choose a tag to compare

@botantler-1 botantler-1 released this 02 Jul 12:20
Immutable release. Only release title and notes can be modified.
061b345

8.0.0 (2026-07-02)

⚠ BREAKING CHANGES

  • remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418)

Features

  • remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418) (0d7ff03)

v7.1.3

Choose a tag to compare

@botantler-1 botantler-1 released this 30 Jun 08:48
Immutable release. Only release title and notes can be modified.
6a2f24a

7.1.3 (2026-06-30)

Continuous Integration

  • skip the suite on the release-commit push to dodge the self-pin tag race (#412) (91efa53)

v7.1.2

Choose a tag to compare

@botantler-1 botantler-1 released this 30 Jun 07:40
Immutable release. Only release title and notes can be modified.
bad4605

7.1.2 (2026-06-30)

Bug Fixes

  • approve-pr,upsert-issue: retry-harden unguarded gh network calls (#405) (7fe5fad)
  • enable-auto-merge-on-pr: retry-harden the gh API/merge network calls (#402) (b0e24b5), closes #401

v7.1.1

Choose a tag to compare

@botantler-1 botantler-1 released this 27 Jun 20:27
Immutable release. Only release title and notes can be modified.
172feec

7.1.1 (2026-06-27)

Bug Fixes

  • upsert-issue: fail with a clear error when body-file is missing (#385) (aabeddb)

v7.1.0

Choose a tag to compare

@botantler-1 botantler-1 released this 27 Jun 08:16
Immutable release. Only release title and notes can be modified.
e182f22

7.1.0 (2026-06-27)

Features

  • diagnose-flux: add shared composite action for Flux failure diagnostics (#368) (d59a53c)

v7.0.0

Choose a tag to compare

@botantler-1 botantler-1 released this 26 Jun 21:45
Immutable release. Only release title and notes can be modified.
cc120c0

7.0.0 (2026-06-24)

⚠ BREAKING CHANGES

  • All callers referencing old file names, input names, output names, or secret keys must be updated.

Features

  • merge reusable-workflows into the actions repo (#314) (b282265)

Code Refactoring

  • approve-pr: accept client-id, deprecate app-id input (#290) (555e27d)

Continuous Integration

  • add shared retry.sh and bound setup-ksail-cli network pulls (#302) (b2c1104)
  • bound gh-skill network pulls with shared retry helper (#308) (679f53b)
  • grant release-please the workflows scope for self-pin rewrites (#337) (ea68e2b)

v6.1.0

Choose a tag to compare

@botantler-1 botantler-1 released this 15 Jun 16:23
Immutable release. Only release title and notes can be modified.
9d98cb8

6.1.0 (2026-06-15)

Features

v6.0.1

Choose a tag to compare

@botantler-1 botantler-1 released this 15 Jun 16:15
Immutable release. Only release title and notes can be modified.
40816ac

6.0.1 (2026-06-15)

Bug Fixes