Skip to content

Commit 21a876c

Browse files
Update dependabot-merger.yml
1 parent 46d5875 commit 21a876c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/dependabot-merger.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ jobs:
5959
git commit -m "Merged PR #$PR_NUMBER into $NEW_BRANCH"
6060
git push origin $NEW_BRANCH
6161
done
62-
63-
PR_LINKS=""
64-
for item in "${array[@]}"; do
65-
IFS=' ' read -r PR_NUMBER BRANCH_NAME <<< "$item"
66-
PR_LINKS+="\n• <https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/pull/$PR_NUMBER|#$PR_NUMBER>"
67-
done
68-
69-
echo "::set-output name=pr_links::${PR_LINKS}"
70-
7162
7263
- name: Merge process status
7364
run: |
@@ -98,13 +89,6 @@ jobs:
9889
"type": "mrkdwn",
9990
"text": "*Testing Branch: *<https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/tree/dependabot-test-${{ steps.datetime.outputs.date }}|dependabot-test-${{ steps.datetime.outputs.date }}>"
10091
}
101-
},
102-
{
103-
"type": "section",
104-
"text": {
105-
"type": "mrkdwn",
106-
"text": "'${{ steps.merge_prs.outputs.pr_links }}'"
107-
}
10892
}
10993
]
11094
}

0 commit comments

Comments
 (0)