Skip to content

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.