xebia-playground/GitHub Copilot Budget Guardian
Enterprise GitHub Action for GitHub Copilot budget governance, synchronization, validation, reporting, and notifications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Personal Access Token with Enterprise permissions | yes | — |
| enterprise-slug | GitHub Enterprise slug | yes | — |
| budget-file | Path to the budget CSV file | no | budgets.csv |
| dry-run | Preview changes without updating GitHub Enterprise budgets | no | false |
| report-format | Report format (markdown | json | csv) | no | markdown |
| alert-threshold | Budget utilization alert threshold percentage | no | 80 |
| slack-webhook | Slack Incoming Webhook URL | no | — |
| teams-webhook | Microsoft Teams Incoming Webhook URL | no | — |
Outputs
| name | description |
|---|---|
| created | Number of budgets created |
| updated | Number of budgets updated |
| skipped | Number of budgets skipped |
| failed | Number of failed budget operations |