Skip to content

[pull] main from github:main#37

Open
pull[bot] wants to merge 98 commits into
RodnyPHP:mainfrom
github:main
Open

[pull] main from github:main#37
pull[bot] wants to merge 98 commits into
RodnyPHP:mainfrom
github:main

Conversation

@pull

@pull pull Bot commented Feb 20, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

SteveSandersonMS and others added 3 commits February 20, 2026 09:49
Re-applies the change from PR #1497 which was reverted in PR #1548.

The original broke the workflow YAML because the PowerShell here-string
content and closing tag had zero indentation, which terminated the YAML
literal block scalar (run: |). Fixed by indenting the here-string body
to match the block indentation level; YAML strips the leading spaces,
leaving valid PowerShell with the closing tag at column 0.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Include PowerShell dependency in winget manifest (v3)
@pull pull Bot locked and limited conversation to collaborators Feb 20, 2026
@pull pull Bot added the ⤵️ pull label Feb 20, 2026
github-actions Bot and others added 25 commits February 20, 2026 23:32
Updated installation instructions and removed npm references.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
When copilot is not on PATH after install, the script now:
- Tells users to restart their shell or source their RC file after
  adding the PATH export
- Provides a copy-pasteable one-liner (export PATH + copilot help)
  that fixes PATH for the current session and runs the getting started
  command
- Only shows the simple 'copilot help' message when it will actually
  work

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
When the GITHUB_TOKEN environment variable is set, pass it as an
Authorization header on curl/wget downloads and embed it in the git
remote URL for ls-remote. This helps avoid rate limits and enables
installation from private repositories.

When GITHUB_TOKEN is unset, behavior is unchanged — the auth arrays
expand to nothing and the git remote URL stays unauthenticated.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
install: use GITHUB_TOKEN for authenticated GitHub requests
The installer was adding PATH exports to .bashrc/.zshrc, which are
rc files for interactive shells.  PATH belongs in login-shell startup
files (~/.profile, ~/.bash_profile, ~/.zprofile) so it is set once
per session and inherited by all child processes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Alter PATH for login shells, not interactive shells
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.