Skip to content

Commit 0bca337

Browse files
committed
chore: fixed formatters and added notification to pr bot
1 parent 96afcc6 commit 0bca337

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.github/workflows/pr-notify.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ jobs:
2020
MATTERMOST_USERNAME: ${{ secrets.MM_BOT_NAME }}
2121
TEXT: |
2222
[${{ github.repository }}] | [${{ github.event.pull_request.title }} #${{ github.event.number }}](${{ env.PR_URL }}) was created by ${{ github.actor }}
23+
24+
- name: Notification to BotChannel
25+
uses: mattermost/action-mattermost-notify@master
26+
env:
27+
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
28+
with:
29+
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
30+
MATTERMOST_CHANNEL: ${{ secrets.MM_CHANNEL_BOT_PR }}
31+
MATTERMOST_USERNAME: ${{ secrets.MM_BOT_NAME }}
32+
TEXT: |
33+
[${{ github.repository }}] | [${{ github.event.pull_request.title }} #${{ github.event.number }}](${{ env.PR_URL }}) was created by ${{ github.actor }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ Whether it's a feature request, bug report, or a project to showcase, please get
1919
- [GitHub Discussions](https://github.com/koobiq/angular-components/discussions)
2020

2121
## Contributor analytics
22-
![Alt](https://repobeats.axiom.co/api/embed/337d1ba905b1ad8fb2782ae045bda302c6d5645e.svg "Repobeats analytics image")
22+
23+
![Alt](https://repobeats.axiom.co/api/embed/337d1ba905b1ad8fb2782ae045bda302c6d5645e.svg 'Repobeats analytics image')

tools/cspell-locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"sidepanels",
2626
"stackblitz",
2727
"stylelintrc",
28+
"Repobeats",
2829
"timepicker",
2930
"unclickable"
3031
]

0 commit comments

Comments
 (0)