Fixes packages published by the release workflow not being linked to the repository (showed up as unassociated in Gitea's Packages UI). Adds a step that calls Gitea's package-link API after each Composer publish. Verified live: the endpoint returns 201 on first link, 400 on subsequent releases (package already linked) - both treated as success. Manually linked the existing v0.0.1-v0.0.3 packages already; this makes it automatic going forward. Bundled with a 0.0.4 version bump to satisfy the pre-merge check.
Fixes packages published by the release workflow not being linked to the repository (showed up as unassociated in Gitea's Packages UI). Adds a step that calls Gitea's package-link API after each Composer publish. Verified live: the endpoint returns 201 on first link, 400 on subsequent releases (package already linked) - both treated as success. Manually linked the existing v0.0.1-v0.0.3 packages already; this makes it automatic going forward. Bundled with a 0.0.4 version bump to satisfy the pre-merge check.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes packages published by the release workflow not being linked to the repository (showed up as unassociated in Gitea's Packages UI). Adds a step that calls Gitea's package-link API after each Composer publish. Verified live: the endpoint returns 201 on first link, 400 on subsequent releases (package already linked) - both treated as success. Manually linked the existing v0.0.1-v0.0.3 packages already; this makes it automatic going forward. Bundled with a 0.0.4 version bump to satisfy the pre-merge check.