Skip to content

Commit 85c157d

Browse files
authored
Revise GITHUB_ACTIONS_ACCEPTABLE_USE.md for clarity
Updated language for clarity and corrected grammatical errors in the acceptable use document.
1 parent cbc8e37 commit 85c157d

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

GITHUB_ACTIONS_ACCEPTABLE_USE.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guidance supplements the official terms: GitHub Terms of Service, GitHub Te
1717

1818
### ❌ Cryptomining or Other Unrelated Compute Tasks
1919

20-
Workflows must not be used for general computing tasks unrelated to repository software production, testing, deployment, or publication. Examples include:
20+
Workflows must not be used for general computing tasks unrelated to repository software production, testing, deployment, or publication. Examples included
2121

2222
- running cryptomining jobs in workflows. :contentReference[oaicite:2]{index=2}
2323
- serving general compute jobs not tied to the repo’s development lifecycle.
@@ -28,7 +28,7 @@ GitHub explicitly prohibits using Actions for high-burden compute services (e.g.
2828

2929
### ❌ Unauthorized Access or Security Violations
3030

31-
Workflows must not perform activity that:
31+
Workflows must not perform activities that:
3232

3333
- attempts to disrupt or gain unauthorized access to devices, services, accounts, or networks outside authorized bug bounty programs; or
3434
- initiates attacks (e.g., scanning, exploitation, denial of service). :contentReference[oaicite:4]{index=4}
@@ -55,7 +55,7 @@ Avoid workflows that:
5555
- mass-generate notifications, issues, comments, or pull requests for spam purposes;
5656
- automate fake stars, forks, or bot activity to artificially inflate metrics;
5757
- publish promotions or solicitations that violate the AUP. :contentReference[oaicite:6]{index=6}
58-
58+
- Using GitHub actions to scam/spam is against our Rules
5959
---
6060

6161
## 2. Content and Code Restrictions
@@ -67,7 +67,7 @@ Workflows should not be used to upload or distribute illegal or harmful content
6767
- malware or exploit binaries as outputs of CI jobs; or
6868
- code explicitly meant to violate laws. :contentReference[oaicite:7]{index=7}
6969

70-
GitHub may remove such content and take account action.
70+
GitHub may remove such content and take action.
7171

7272
---
7373

@@ -135,6 +135,3 @@ GitHub’s policy enforcement actions may include:
135135

136136
- **GitHub Terms of Service & Acceptable Use Policies** — official source of usage restrictions. :contentReference[oaicite:13]{index=13}
137137
- **Additional Terms for GitHub Actions** — limitations on compute and prohibited uses. :contentReference[oaicite:14]{index=14}
138-
139-
---
140-

0 commit comments

Comments
 (0)