[PR #764] Add VertaaUX Audit to Monitoring section #12450

Open
opened 2026-06-17 21:49:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/764
Author: @PetriLahdelma
Created: 4/17/2026
Status: 🔄 Open

Base: mainHead: add-vertaaux-audit


📝 Commits (1)

  • cb095ce Add VertaaUX Audit to Monitoring section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Summary

Adds VertaaUX Audit to the Monitoring section, alongside the existing Lighthouse actions.

What it is

Runs UX, accessibility, and conversion audits on any URL from CI. Score-based quality gates fail builds when scores drop below thresholds; baseline comparison surfaces regressions in PR comments. Audits 7 categories: usability, clarity, information architecture, accessibility (axe-core + WCAG), keyboard navigation, semantics, conversion.

Usage

- uses: vertaaux/audit-action@v1
  with:
    url: https://example.com
    api-key: ${{ secrets.VERTAAUX_API_KEY }}
    threshold: 80

Guidelines checklist

  • Alphabetically adjacent to Lighthouse actions (same use-case neighborhood)
  • Entry follows the - [Descriptive title](url) - Additional description. format used in the section
  • Single-suggestion PR
  • Action is live on the GitHub Marketplace

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/764 **Author:** [@PetriLahdelma](https://github.com/PetriLahdelma) **Created:** 4/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-vertaaux-audit` --- ### 📝 Commits (1) - [`cb095ce`](https://github.com/sdras/awesome-actions/commit/cb095ce585e97d6467ea2751b598b869c30c4d44) Add VertaaUX Audit to Monitoring section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Summary Adds [VertaaUX Audit](https://github.com/marketplace/actions/vertaaux-audit) to the **Monitoring** section, alongside the existing Lighthouse actions. ## What it is Runs UX, accessibility, and conversion audits on any URL from CI. Score-based quality gates fail builds when scores drop below thresholds; baseline comparison surfaces regressions in PR comments. Audits 7 categories: usability, clarity, information architecture, accessibility (axe-core + WCAG), keyboard navigation, semantics, conversion. ## Usage ```yaml - uses: vertaaux/audit-action@v1 with: url: https://example.com api-key: ${{ secrets.VERTAAUX_API_KEY }} threshold: 80 ``` ## Guidelines checklist - [x] Alphabetically adjacent to Lighthouse actions (same use-case neighborhood) - [x] Entry follows the `- [Descriptive title](url) - Additional description.` format used in the section - [x] Single-suggestion PR - [x] Action is live on the GitHub Marketplace --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 21:49:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#12450