@ejercito-fam/habbo-api 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ name: 'New PR Notification'
2
+ on:
3
+ pull_request:
4
+ types: [opened, reopened]
5
+
6
+ jobs:
7
+ notify:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Send Discord notification
11
+ uses: stegzilla/discord-notify@v2
12
+ with:
13
+ webhook_url: https://discord.com/api/webhooks/1348418788885794908/R2yeqsSny0J10EVJOvLSWdu-j0ilI4BG0XgpZi1nVBIUY8BE2rRXe7xirBmjPXxFiYcH
14
+ title: Bot PR
15
+ message: "**${{ github.event.pull_request.title }}**\n**Creator:** ${{ github.event.pull_request.user.login }}\n${{ github.event.pull_request.html_url }}"
16
+ include_image: true
17
+ avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
18
+ username: GitHub PR Notifier
@@ -0,0 +1 @@
1
+ dist/