You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add CI workflow to handle documentation-only pull requests ([da4a2b4](https://github.com/locus313/github-api-scripts/commit/da4a2b4d6b09d6c8bd873e631d8d5ac45d9da73e))
* add Copilot skills and path-scoped instructions ([#11](https://github.com/locus313/github-api-scripts/issues/11)) ([4c7b045](https://github.com/locus313/github-api-scripts/commit/4c7b045bae258314f374b92a30e0d628a1b521be))
22
+
* add GitHub API helpers for organization management and enhance existing functions ([35a40a1](https://github.com/locus313/github-api-scripts/commit/35a40a1268539a99f414e11d32cc235924aef0d3))
23
+
* add github-organize-stars script for organizing starred repositories into GitHub Lists ([00f3ad0](https://github.com/locus313/github-api-scripts/commit/00f3ad04ea5b3a227946eb24dcd9c60b972d0f4d))
24
+
* add pre-commit hooks for secret scanning and shell script security checks ([032685f](https://github.com/locus313/github-api-scripts/commit/032685f70f0be425075a3f6a3a26839de1bba16f))
25
+
* add repository name filtering option for permission management script ([761a84b](https://github.com/locus313/github-api-scripts/commit/761a84beaf3c217e715562773bca925321f1f3ba))
26
+
* add script to programmatically install enterprise-owned GitHub App ([f9f5e0c](https://github.com/locus313/github-api-scripts/commit/f9f5e0c50e030b7be9dfa56eeca9eb1a7453cdee))
27
+
* create issue templates for consistent reporting ([e2634db](https://github.com/locus313/github-api-scripts/commit/e2634dbb1059eae5b90e88c850a769e76cbc4f62))
28
+
***docs:** add comprehensive Copilot instructions for GitHub API scripts ([42a6622](https://github.com/locus313/github-api-scripts/commit/42a66227ba9d220b79e3bbf2645ecbcaa1dd1a1b))
29
+
* document sub-issues and parent issues functionality ([e2634db](https://github.com/locus313/github-api-scripts/commit/e2634dbb1059eae5b90e88c850a769e76cbc4f62))
30
+
* enhance documentation and error handling across scripts for improved usability and validation ([5aa10f7](https://github.com/locus313/github-api-scripts/commit/5aa10f7cf2ab882367b2458bfab631fa60a2ff63))
31
+
* enhance error handling by adding informative messages for missing environment variables ([bb511bd](https://github.com/locus313/github-api-scripts/commit/bb511bd7560994b56aaf120c31644d54ff4fc32a))
32
+
* enhance scripts with validation functions and improve reporting output ([c57e562](https://github.com/locus313/github-api-scripts/commit/c57e56266e65e3f82fbaf62d281462a9a7aa244b))
33
+
* enhance validation and payload handling across multiple scripts ([7a22e3c](https://github.com/locus313/github-api-scripts/commit/7a22e3c83117352366affbf331e49365e27b82dc))
34
+
* enhance validation for user inputs and improve error handling across scripts ([d7e0c44](https://github.com/locus313/github-api-scripts/commit/d7e0c44837ee937934b159aabbe0b207571ffb13))
35
+
***GH:** add sponsor link ([#6](https://github.com/locus313/github-api-scripts/issues/6)) ([e71f11c](https://github.com/locus313/github-api-scripts/commit/e71f11cfb13c1f93d798efd37587570d56efbc7c))
* introduce github-add-repo-permissions script for flexible team permission management ([b5c651d](https://github.com/locus313/github-api-scripts/commit/b5c651dee021502c00ed17a792147e696b6cc141))
38
+
* make repo AI-ready ([#10](https://github.com/locus313/github-api-scripts/issues/10)) ([af1a0e4](https://github.com/locus313/github-api-scripts/commit/af1a0e44cfa5e818ce4aab1422dc862aeaec2fe3))
39
+
***README:** description and installation ([#3](https://github.com/locus313/github-api-scripts/issues/3)) ([5bf42eb](https://github.com/locus313/github-api-scripts/commit/5bf42ebbe5df81951b167782b6f3e8b79ee20c4d))
* update README with GitHub Actions integration examples and improve script usage instructions ([c5716e9](https://github.com/locus313/github-api-scripts/commit/c5716e922347ca11b81c7d2d536416124c6bbf06))
46
+
47
+
48
+
### Bug Fixes
49
+
50
+
* improve echo messages and formatting for better readability in scripts ([b547df5](https://github.com/locus313/github-api-scripts/commit/b547df56490eb05250537edca4f524ab00203c64))
51
+
* improve JWT signing error handling and response parsing in installation script ([c9a3810](https://github.com/locus313/github-api-scripts/commit/c9a3810fb8b6c6869e88893c9af6f2cf64761682))
52
+
* open PR instead of pushing directly to protected main branch ([#14](https://github.com/locus313/github-api-scripts/issues/14)) ([37982f2](https://github.com/locus313/github-api-scripts/commit/37982f260b2b5306ca390c4f7e6b8fcdd1e40f8b))
53
+
* update shebang from /bin/bash to /usr/bin/env bash in multiple scripts ([bcdc7db](https://github.com/locus313/github-api-scripts/commit/bcdc7dba96881a7e300746aac71a69de487b3ebd))
54
+
13
55
### 2026-06-26
14
56
15
57
- feat: composite `action.yml` for all 16 automation scripts — each script is now usable as a `uses:` step in GitHub Actions workflows, enabling Dependabot to track and bump version pins automatically
@@ -118,4 +160,3 @@ This changelog is automatically maintained by [Release Please](https://github.co
118
160
-`github-repo-from-template` — creates a private repo from a template, assigns admin teams, and invites a CD user
119
161
-`github-monthly-issues-report` — generates an HTML report of issues created in a date range with label/timeline tracking
120
162
- README with project overview and installation instructions
0 commit comments