Skip to content

Commit 2aa9cff

Browse files
committed
docs
1 parent 25cbcb3 commit 2aa9cff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Org-wide Github Actions (GHA) workflows for [smartcontractkit](https://github.com/smartcontractkit).
44

5+
## Limitations
6+
7+
Org-wide rulesets have limitations.
8+
9+
1. Can only use events: `merge_queue`, `pull_request_target`, `pull_request`.
10+
2. They will not run automatically if event is triggered by a CI's `GITHUB_TOKEN`
11+
* See https://docs.github.com/en/actions/concepts/security/github_token#when-github_token-triggers-workflow-runs
12+
3. They can interfere with merge queues
13+
514
## Workflows
615

716
### Go Mod Validation
@@ -27,6 +36,10 @@ Uses [patrickhuie19/codeowners-validator](https://github.com/patrickhuie19/codeo
2736

2837
Enforces that every repository has a CODEOWNERS file.
2938

39+
### CODEOWNERS Review Analysis
40+
41+
Analyzes modified files, and current reviews to
42+
3043
## Help
3144

3245
If you are experiencing a blocking error from a workflow in this repository, please reach out to us on `#team-devex`.

0 commit comments

Comments
 (0)