Skip to content

Commit

Permalink
Add finished exercise 11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zntb committed Oct 7, 2024
1 parent 5c14078 commit ea44d9c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/invite-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Collaboration Invite Notification

on:
push:
branches:
- new-feature

jobs:
notify_reviewer:
runs-on: ubuntu-latest

steps:
- name: Send Collaboration Invite to Reviewer
uses: stegzilla/discord-notify@v4
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
title: Collaboration Invite
message: 'Hi mluukkai, could you please review my pull request? Here is the link to collaborate on the repository: [Invite Link](https://github.com/zntb/fullstack-open-part3/invitations). Please review the pull request created by **${{ github.actor }}**.'
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
username: GitHub PR Notifier

0 comments on commit ea44d9c

Please sign in to comment.