fix(ci): put LuaRocks publishing under deploy workflow #21
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/http-codes.nvim!21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/deploy-luarocks-context"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The LuaRocks publish workflow currently uses the workflow prefix
luarocks, so tag-publish status contexts render asluarocks / Publish to LuaRocks. Publish/deploy jobs should live under the deploy namespace, matching the newer deploy/nightly naming strategy.Solution
Rename the LuaRocks workflow and job display names so future tag-publish contexts render as:
The tag trigger, job id, runner, secret usage, and publish command are unchanged.
Verification
.forgejo/workflows/luarocks.yamlwith PyYAML.git diff --check.