Skip to content

Releases: locus313/github-api-scripts

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 27 Jun 00:18
6e5ad61

1.1.3 (2026-06-27)

Bug Fixes

  • mark all shell scripts as executable (#28) (5ae37b9)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:19
772fd1f

1.1.2 (2026-06-26)

Bug Fixes

  • handle 404 sentinel in github-dockerfile-discovery (#25) (6ab08f1)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:00
6df5f43

1.1.1 (2026-06-26)

Bug Fixes

  • scripts: BSD head portability and restore billing and Entra ID features (#23) (e5a17af)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 19:50
c73ac35

1.1.0 (2026-06-26)

Features

  • add dual-auth support (GITHUB_TOKEN + gh CLI) across all scripts (#21) (d45fe33)

v1.0.0

Choose a tag to compare

@locus313 locus313 released this 26 Jun 18:43

Initial release.

What's included

  • 16 composite actions — every automation script is now usable as a uses: step in GitHub Actions workflows, enabling Dependabot to track and bump version pins automatically
  • Automated releases via Release Please — pushes to main trigger a release PR; merging it publishes the GitHub Release and tag
  • Scripts for org administration, enterprise management, and reporting

Usage

- uses: locus313/github-api-scripts/org-admin/github-add-repo-permissions@v1.0.0
  with:
    github-token: ${{ secrets.ORG_ADMIN_TOKEN }}
    org: my-org
    repo-push: developers maintainers

See README for the full list of available actions and examples.