scanaislop/aislop repository ships a composite action.yml at the repo root. That lets workflows use:
Current status
Marketplace publishing is deferred until the next release pass that touches Action metadata. GitHub’s release UI may show a “Publish this Action to the GitHub Marketplace” checkbox because the repository containsaction.yml.
Current blocker
Marketplace requires the Actionname: to be globally unique. The current name is:
aislop is not available as a Marketplace Action name.
Options
| Option | Change | Effect |
|---|---|---|
Rename in action.yml | Use aislop-scan, aislop-quality-gate, or similar | Marketplace listing works under the new name |
| Skip Marketplace | Keep name: aislop and do not publish | uses: scanaislop/aislop@v1 keeps working |
| Claim the handle | Register or acquire the aislop handle if possible | Keeps the exact name if ownership is possible |
Recommendation
Usename: aislop-scan when Marketplace publishing becomes a priority. It keeps the brand, describes the Action clearly, and does not change how workflows reference the repository.
uses: scanaislop/aislop@v1 resolves by owner, repository, and ref. It does not depend on the Marketplace display name.
Release checklist
- Check whether
github.com/aislopis available or owned by the team. - If the exact name cannot be used, edit
action.ymlto a unique name such asaislop-scan. - Verify
uses: scanaislop/aislop@v<next>still resolves in a test workflow. - On the next GitHub Release, tick the Marketplace publish checkbox.
- Confirm the listing renders the shield icon, green branding, and current description.
