Skip to content

Commit

Permalink
Changed title pr-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Oct 28, 2024
1 parent c85b963 commit 862dd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
notify:
runs-on: ubuntu-latest
if: github.repository == 'AOT-Technologies/forms-flow-ai'
if: github.repository == 'AOT-Technologies/forms-flow-ai-micro-front-ends'

steps:
- name: Send notification to Google Chat
Expand All @@ -22,7 +22,7 @@ jobs:
"cards": [
{
"header": {
"title": "Open Source : Pull Request Opened by ${{ github.event.pull_request.user.login }}",
"title": "Micro front-ends : Pull Request Opened by ${{ github.event.pull_request.user.login }}",
"subtitle": "Pull Request #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}",
"imageUrl": "${{ github.event.pull_request.user.avatar_url }}"
},
Expand Down

0 comments on commit 862dd3e

Please sign in to comment.