Skip to content

Commit compiled action output to enable direct repository usage#20

Draft
Copilot wants to merge 1 commit intomasterfrom
copilot/update-login-functionality-yet-again
Draft

Commit compiled action output to enable direct repository usage#20
Copilot wants to merge 1 commit intomasterfrom
copilot/update-login-functionality-yet-again

Conversation

Copy link

Copilot AI commented Feb 4, 2026

GitHub Actions must include compiled JavaScript in the repository to be consumable via uses:. Currently, lib/**/* in .gitignore prevents this.

Changes

  • Remove lib/**/* from .gitignore - Allows compiled output to be tracked
  • Commit compiled action files:
    • lib/main/index.js - Main action entry point (referenced in action.yml)
    • lib/cleanup/index.js - Post-action cleanup (referenced in action.yml)

These files are built from TypeScript sources in src/ via @vercel/ncc, bundling all dependencies into standalone executables that run on Node 20.

Original prompt

Reference: f3ea448


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update login functionality for better user experience Commit compiled action output to enable direct repository usage Feb 4, 2026
Copilot AI requested a review from Jury1981 February 4, 2026 15:19
@github-actions github-actions bot added the Stale label Feb 18, 2026
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

This PR is idle because it has been open for 14 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants