v1.0.0
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
maintrigger 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 maintainersSee README for the full list of available actions and examples.