Skip to content

Github:Monitoring:Copilot Restrictions

lbonanomi edited this page Mar 15, 2025 · 1 revision

Github offers no way to publicize a repo's Copilot Exclusions list to general users. We can track changes to it in Splunk, though. Save this Splunk query as an alert:

index="github" | 
search action="copilot.content_exclusion_changed" | 
search repo = "ORG/repo1" OR repo = "ORG/repo2" OR repo = "ORG/repo3" | 
sort created_at | 
tail 1
Clone this wiki locally