File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ Stacked PRs is currently in private preview. This feature will **not work** unle
1919gh extension install github/gh-stack
2020```
2121
22+ ::: note [ Authentication]
23+ The ` gh stack ` CLI requires OAuth authentication via ` gh auth login ` . Personal access tokens (PATs) are not supported.
24+ :::
25+
2226## Set Up AI Agent Integration
2327
2428If you use AI coding agents (like GitHub Copilot), install the gh-stack skill so they know how to work with Stacked PRs:
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ gh extension install github/gh-stack
1111
1212Requires the [ GitHub CLI] ( https://cli.github.com/ ) (` gh ` ) v2.0+.
1313
14+ ::: note [ Authentication]
15+ The ` gh stack ` CLI requires OAuth authentication via ` gh auth login ` . Personal access tokens (PATs) are not supported.
16+ :::
17+
1418---
1519
1620## Stack Management
You can’t perform that action at this time.
0 commit comments