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 70e4d8a commit 85a255dCopy full SHA for 85a255d
1 file changed
.github/workflows/auto-merge-to-main.yml
@@ -149,11 +149,13 @@ jobs:
149
git fetch origin development
150
151
# Merge the commit (this brings all ancestor commits too!)
152
+ WORKFLOW_COUNT=$(jq '. | length' runs.json)
153
+
154
if git merge $COMMIT_SHA --no-ff -m "Auto-merge: development → main ($SHORT_SHA)
155
156
All CI checks passed for commit $SHORT_SHA.
157
-✅ Workflows completed: $(jq '. | length' runs.json)
158
+✅ Workflows completed: $WORKFLOW_COUNT
159
📦 Merged by: GitHub Actions
160
🔗 Triggered by: ${{ github.event.workflow_run.name }}"; then
161
0 commit comments