Skip to content

Commit 20e1d82

Browse files
silehtJulianMaurin
andauthored
Update src/content/docs/merge-queue/monorepo.mdx
Co-authored-by: Julian Maurin <[email protected]>
1 parent e75e242 commit 20e1d82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/merge-queue/monorepo.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ jobs:
9696
scopes:
9797
runs-on: ubuntu-24.04
9898
outputs:
99+
# Load output from scope defined in Mergify config
99100
python-api: ${{ fromJSON(steps.scopes.outputs.scopes).python-api }}
100101
frontend: ${{ fromJSON(steps.scopes.outputs.scopes).frontend }}
101102
docs: ${{ fromJSON(steps.scopes.outputs.scopes).docs }}
103+
# Load output from Mergify built-in scope
102104
merge-queue: ${{ fromJSON(steps.scopes.outputs.scopes).merge-queue }}
103105
steps:
104106
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)