Skip to content

Commit

Permalink
FInal update
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Sep 20, 2023
1 parent d326b0b commit 92deee7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,16 @@ jobs:
uses: slackapi/[email protected]
id: slack
with:
channel-id: "C04E69NEDAT"
channel-id: "C03RTLRKJQP"
payload: |
{
"text": "iOS: New Dependabot PR Awaiting Review",
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "⚡️ New iOS Combined Dependabot PR",
"text":"📱🔧 iOS: New Dependabot PR Awaiting Review",
"emoji": true
}
},
Expand All @@ -117,7 +118,7 @@ jobs:
"type": "button",
"text": {
"type": "plain_text",
"text": "View Combined PR",
"text": "github-pull-request-open: View Combined PR",
"emoji": true
},
"value": "pr-button",
Expand Down

0 comments on commit 92deee7

Please sign in to comment.