We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75e242 commit 20e1d82Copy full SHA for 20e1d82
src/content/docs/merge-queue/monorepo.mdx
@@ -96,9 +96,11 @@ jobs:
96
scopes:
97
runs-on: ubuntu-24.04
98
outputs:
99
+ # Load output from scope defined in Mergify config
100
python-api: ${{ fromJSON(steps.scopes.outputs.scopes).python-api }}
101
frontend: ${{ fromJSON(steps.scopes.outputs.scopes).frontend }}
102
docs: ${{ fromJSON(steps.scopes.outputs.scopes).docs }}
103
+ # Load output from Mergify built-in scope
104
merge-queue: ${{ fromJSON(steps.scopes.outputs.scopes).merge-queue }}
105
steps:
106
- uses: actions/checkout@v5
0 commit comments