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-id → project-name → auto-detect from repository
Other Changes
project-idis now optional (was required)- Improved README with badges, permissions section, and troubleshooting
- Updated API client with
getProjects()andresolveProject()methods