Github:Monitoring:Copilot Restrictions - lbonanomi/notes GitHub Wiki

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