Skip to content

Commit 1df90b8

Browse files
authored
Merge branch 'main' into RHIDP-12196-rbac-ui-visibility
2 parents 7ea871b + aed2d32 commit 1df90b8

5 files changed

Lines changed: 146 additions & 223 deletions

File tree

.claude/CLAUDE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ When creating PRs, follow `.github/pull_request_template.md`:
3232

3333
| Workflow | Trigger | Purpose |
3434
|---|---|---|
35-
| `content-quality-assessment.yml` | PR (`.adoc`, `build/scripts/`) | Runs `node build/scripts/cqa/index.js --all` on entire repo. Posts checklist as PR comment. Scripts sourced from `main` branch (not base) for backport compatibility. |
3635
| `build-asciidoc.yml` | Push to main/release | Builds AsciiDoc docs and deploys to GitHub Pages. Cleans up merged PR preview branches. |
37-
| `pr.yml` | PR | Builds HTML preview, deploys to `gh-pages`, posts preview URL as PR comment. |
36+
| `pr.yml` | PR | Builds HTML preview, runs CQA checks, deploys to `gh-pages`, posts preview URL and CQA checklist as PR comments. Build scripts sourced from base branch. |
3837
| `style-guide.yml` | PR | Runs Vale linter on `assemblies/` for style guide compliance. |
3938
| `shellcheck.yml` | PR (`*.sh`) | Runs shellcheck on changed shell scripts via reviewdog. |
4039
| `generate-supported-plugins-pr.yml` | Manual dispatch | Updates Dynamic Plugins tables and creates a PR. |
4140

42-
**Security:** `content-quality-assessment`, `pr`, and `shellcheck` use `pull_request_target` with an authorization gate — fork PRs from non-team members require manual approval via the `external` environment.
41+
**Security:** `pr` and `shellcheck` use `pull_request_target` with an authorization gate — fork PRs from non-team members require manual approval via the `external` environment.

.github/workflows/content-quality-assessment.yml

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)