Skip to content

Releases: devantler-tech/actions

v3.2.4

25 Apr 16:57
Immutable release. Only release title and notes can be modified.
17691ce

Choose a tag to compare

3.2.4 (2026-04-25)

Bug Fixes

  • github-app: update automation settings for PR review and remote control (17691ce)

v3.2.3

25 Apr 16:12
Immutable release. Only release title and notes can be modified.
19f1f2e

Choose a tag to compare

3.2.3 (2026-04-25)

Bug Fixes

  • require-checks-in-pr: restore graceful handling of empty job-results (#138) (19f1f2e)

v3.2.2

25 Apr 15:14
Immutable release. Only release title and notes can be modified.
5daa8b5

Choose a tag to compare

3.2.2 (2026-04-25)

Bug Fixes

  • workflows: revert step-security actions to original authors (#134) (5daa8b5)

v3.2.1

22 Apr 10:29
Immutable release. Only release title and notes can be modified.
55e9a09

Choose a tag to compare

3.2.1 (2026-04-22)

Bug Fixes

  • address review feedback on require-checks-in-pr action (#116) (8fa6997)

v3.2.0

20 Apr 16:48
Immutable release. Only release title and notes can be modified.
1f66c91

Choose a tag to compare

3.2.0 (2026-04-20)

Features

  • add require-checks-in-pr composite action (#113) (1f66c91)

v3.1.1

20 Apr 16:14
Immutable release. Only release title and notes can be modified.
a533979

Choose a tag to compare

3.1.1 (2026-04-20)

Bug Fixes

  • Delete .github/workflows/active-enable-auto-merge.yaml (a533979)
  • pass skills directory to gh skill update to fix write path (#108) (907b940)

v3.1.0

20 Apr 15:24
Immutable release. Only release title and notes can be modified.
4489b81

Choose a tag to compare

3.1.0 (2026-04-20)

Features

  • update-copilot-skills: auto-discover skill root directories (#103) (4489b81)

v3.0.0

19 Apr 16:21
Immutable release. Only release title and notes can be modified.
7906319

Choose a tag to compare

3.0.0 (2026-04-19)

  • feat(copilot-skills)!: drop lockfile, lean on gh skill frontmatter (#95) (7906319), closes #api

Bug Fixes

  • setup-copilot-skills: default scope to repo for CI use (#85) (5383a2b)
  • update-copilot-skills: address post-merge review comments (#92) (bf04cc0)

Features

  • update-copilot-skills: pin resolved skill refs back into skills-lock.json (#88) (7c34831), closes #87

BREAKING CHANGES

  • 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.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

  • fix(copilot-skills): rewrite tests for v2 API + tighten error handling
  • Rewrite test-setup-copilot-skills.yaml to exercise the new flat
    skills: <owner/repo> <skill>[@pin] input (inline, pinned,
    missing-input, malformed-line cases).
  • Rewrite test-update-copilot-skills.yaml to seed a pinned install
    and assert gh skill update --all is a no-op, that --dry-run
    does not mutate SKILL.md, and that a missing dir fails.
  • setup-copilot-skills/action.yaml: require exactly two
    whitespace-separated tokens per line (reject silent extra tokens).
  • update-copilot-skills/action.yaml: fail fast when shasum is
    missing and drop the || true swallow so hashing errors surface.

Addresses review threads on PR #95.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

  • fix(setup-copilot-skills): fail when skills input has only comments

The whitespace-only guard accepted inputs that consisted entirely of
# comment lines, letting the action "succeed" without installing
anything. Track whether any entry was actually processed and fail
with a clear message when none were.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

v2.2.0

17 Apr 16:38
Immutable release. Only release title and notes can be modified.
538d710

Choose a tag to compare

2.2.0 (2026-04-17)

Bug Fixes

  • setup-copilot-skills: install gh on demand when runner has an older version (#76) (538d710)

Features

  • setup-copilot-skills: add composite action to install gh skills (#74) (b35a193)

v2.1.1

12 Apr 21:42
Immutable release. Only release title and notes can be modified.
961f62f

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1