File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 22
33Org-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
2837Enforces 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
3245If you are experiencing a blocking error from a workflow in this repository, please reach out to us on ` #team-devex ` .
You can’t perform that action at this time.
0 commit comments