20 Commits

Author SHA1 Message Date
Devraj Mehta
01f2415f3d Merge pull request #9 from actions/devm33/check-write
Some checks failed
Test / test (ubuntu-24.04-arm) (push) Has been cancelled
Test / test (ubuntu-latest) (push) Has been cancelled
Add step to warn about unnecessary write permissions
v0 v0.0.5
2026-03-16 23:14:51 -04:00
Devraj Mehta
0d854367d9 Add step to warn about unnecessary write permissions
Probes the github-token for write access to actions, checks, contents,
deployments, issues, packages, pages, pull-requests, security-events,
and statuses. Emits a visible warning if any write scopes are detected.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-16 23:14:29 -04:00
Devraj Mehta
f070e091bc Merge pull request #8 from actions/fix-release-tag-fetch
Fix: fetch new tag before updating major version tag
v0.0.4
2026-03-10 23:21:50 -04:00
Devraj Mehta
bf52dcb0f1 Fix: fetch new tag before updating major version tag
gh release create creates the tag on the remote, so we need to fetch
it before we can reference it locally for the major version tag update.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 22:00:28 -04:00
Devraj Mehta
72d90beb74 Merge pull request #7 from actions/slim
Fix runner name
v0.0.3
2026-03-10 21:48:37 -04:00
Devraj Mehta
95516055b3 Fix runner name 2026-03-10 21:48:07 -04:00
Devraj Mehta
d5f1a25f77 Merge pull request #6 from actions/release-workflow
Add release workflow
2026-03-10 21:46:26 -04:00
Devraj Mehta
d278e42d43 Add release workflow
Add a workflow_dispatch workflow that bumps the version (patch/minor/major),
creates a GitHub release with auto-generated notes, and updates the major
version tag.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 21:45:33 -04:00
Devraj Mehta
14747e0edd Merge pull request #5 from actions/token
Fix version
2026-03-10 21:37:53 -04:00
Devraj Mehta
9f29266402 Fix duplicate env key in Install Copilot CLI step
Merge GITHUB_TOKEN into the single env block to fix the 'env is already
defined' validation error in GitHub Actions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 20:55:51 -04:00
Devraj Mehta
5d0b3111f2 Update README to use @v0 version tag
The v1 tag doesn't exist yet — use v0 to match the current 0.x.x release series.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 20:55:09 -04:00
Devraj Mehta
9a31240795 Merge pull request #4 from actions/token
Use GitHub token to download Copilot CLI
v0.0.2
2026-03-10 16:59:23 -04:00
Devraj Mehta
ce338b190a Use GitHub token to download Copilot CLI 2026-03-10 16:58:53 -04:00
Devraj Mehta
4689bdf64c Merge pull request #3 from actions/readme
Update readme
2026-03-10 15:47:59 -04:00
Devraj Mehta
6a38ddcf7d Update readme 2026-03-10 15:47:44 -04:00
Devraj Mehta
917a4b603e Merge pull request #2 from actions/conduct
Add CODE_OF_CONDUCT.md and CONTRIBUTING.md files
2026-03-10 15:46:46 -04:00
Devraj Mehta
200f18a7d8 Add CODE_OF_CONDUCT.md and CONTRIBUTING.md files 2026-03-10 15:46:22 -04:00
Devraj Mehta
e86547e619 Merge pull request #1 from actions/update-license
Update license
2026-03-10 15:41:21 -04:00
Devraj Mehta
3c5dd47bd5 Update license 2026-03-10 15:40:26 -04:00
Devraj Mehta
96dccc5ccc 💥 v0.0.1 2026-03-10 14:29:42 -04:00