Skip to content

chore(flake/nixpkgs): 617579a7 -> 880992dc #1057

chore(flake/nixpkgs): 617579a7 -> 880992dc

chore(flake/nixpkgs): 617579a7 -> 880992dc #1057

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 }})