robertsinfosec/Update GitHub Copilot Customizations
Downloads and overlays Copilot customization files from a centralized governance repository into the consumer's repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release version to install (e.g. v26.408.559 or latest) | no | latest |
| source-repo | GitHub repo to download releases from | no | robertsinfosec/gh-copilot-customizations |
| token | GitHub token for downloading release assets and creating PRs | no | ${{ github.token }} |
| create-pr | Whether to open a PR with the changes instead of committing directly | no | true |
| pr-branch | Branch name for the PR | no | update-copilot-customizations |
| pr-base | Base branch for the PR | no | ${{ github.event.repository.default_branch }} |
Outputs
| name | description |
|---|---|
| version | The resolved version that was installed |
| pr-number | PR number if one was created (empty otherwise) |
| files-changed | Number of files added or updated |