Skip to content

v1.1.0 - Project Name & Auto-Detection

Latest

Choose a tag to compare

@Desperado Desperado released this 01 Feb 20:43
· 3 commits to main since this release

What's New

Project Name Input

You can now identify your project by name instead of ID:

- uses: Quality-Max/qualitymax-github-action@v1
  with:
    api-key: ${{ secrets.QUALITYMAX_API_KEY }}
    project-name: 'My Web App'

Auto-Detection from Repository

Omit both project-id and project-name — the action auto-detects the project from your linked GitHub repository.

Resolution Order

project-idproject-name → auto-detect from repository

Other Changes

  • project-id is now optional (was required)
  • Improved README with badges, permissions section, and troubleshooting
  • Updated API client with getProjects() and resolveProject() methods