Skip to content

Commit 019934e

Browse files
authored
Enforce 'lint' from GitHub Action as part of merge criteria for AI helpers (#70830)
* Enforce 'lint' from GitHub Action as part of merge criteria for AI helpers Context: openshift-eng/ai-helpers#85 * Ignore .claude directories in o/release
1 parent a6ebf95 commit 019934e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.claude
12
.idea/*
23
.vscode/
34
jenkins/library/.idea/*

core-services/prow/02_config/openshift-eng/ai-helpers/_prowconfig.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
branch-protection:
2+
orgs:
3+
openshift-eng:
4+
repos:
5+
ai-helpers:
6+
branches:
7+
main:
8+
protect: true
9+
required_status_checks:
10+
contexts:
11+
- lint
112
tide:
213
queries:
314
- labels:

0 commit comments

Comments
 (0)