Account restricted due to suspected GitHub Actions misuse — need clarification and review #193963
Replies: 4 comments
-
|
Hey, I've looked into this and here are some answers to your questions: Can Actions trigger without workflow files? Can Copilot trigger Actions? Can a contributor cause enforcement on the owner? How to find what triggered it: Go to action:workflows This shows every workflow run, who triggered it, and from which repo. Also check:
My recommendation: |
Beta Was this translation helpful? Give feedback.
-
|
@EmaLica Thank you for the detailed breakdown — this is exactly the kind of clarity we needed. To respond with what we've found after a thorough internal audit: On workflow triggers: On Copilot triggering Actions: The total volume across our repos came to 500+ minutes and 80+ runs — but entirely from these two GitHub-native workflows. On contributor-caused enforcement on the owner: Our specific question for the community: We have already submitted a formal support ticket and appeal. Sharing this detail here in case it helps others facing the same situation. |
Beta Was this translation helpful? Give feedback.
-
|
This is actually a really important distinction that I don't think gets enough attention in the docs. The The "third-party interaction" clause is the confusing part here. My read on it is that it was written to catch people spinning up Actions to interact with external APIs, scrapers, etc. But A few things worth trying before your appeal gets reviewed: Check if your org had Copilot enabled for all members vs. selected members. If it was org-wide and you had active PRs, the reviewer workflow could realistically fire dozens of times a day across repos without anyone noticing. When you submit your audit log export to support, explicitly call out that every run ID corresponds to Also worth asking support directly: is there a per-org threshold for Copilot-native Actions minutes that triggers review? That answer doesn't appear to be public anywhere. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Other
Discussion Details
Hello GitHub Community,
I’m seeking clarity and guidance regarding an account restriction that appears to be with GitHub Actions usage.
Our organization recently had an owner account restricted due to activity flagged under GitHub’s Terms of Service, specifically related to GitHub Actions usage. However, based on our internal review, we believe there may be a misunderstanding.
Here are the key points:
• We do not have any custom .github/workflows/*.yml files configured in our repositories
• We have not intentionally set up GitHub Actions for CI/CD, scraping, automation against third-party services, or general compute workloads
• Some activity may have been triggered indirectly via GitHub Copilot (cloud features), not through manually created workflows
• We want to understand whether such indirect triggers (e.g., Copilot-related automation) can result in Actions execution tied to the repository or organization
What we need clarity on:
How can GitHub Actions be triggered in a repository where no workflow files exist?
Can GitHub Copilot (cloud features) trigger Actions workflows implicitly?
Is it possible for activity by a contributor or external integration to cause enforcement actions on the organization owner?
What logs or audit mechanisms can we use to definitively identify the source of the flagged activity?
What specific patterns or signals typically lead to enforcement under “non-CI workloads” or “third-party interaction” violations?
We are fully willing to cooperate and ensure compliance. If any repository, configuration, or integration caused this issue, we would appreciate guidance on identifying and correcting it.
Additionally, if anyone has experienced a similar situation or has insight into how such enforcement is evaluated internally, your input would be very helpful.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions