Skip to content

chore(flake/nixpkgs): 47addd76 -> 035f8c08 #1521

chore(flake/nixpkgs): 47addd76 -> 035f8c08

chore(flake/nixpkgs): 47addd76 -> 035f8c08 #1521

name: notify-on-pr-merge
on:
pull_request_target:
types:
- closed
permissions: {}
jobs:
notify_if_merged:
runs-on: ubuntu-latest
if: >-
github.event.pull_request.merged
steps:
- name: Notify
uses: ivanmilov/telegram_notify_action@v1
with:
api_key: ${{ secrets.TELEGRAM_API_KEY }}
chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}
message: |
🎯 PR merged into *${{github.repository}}*
[${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})