Skip to content

chore: bump minor (0.15.0 -> 0.16.0) #80

chore: bump minor (0.15.0 -> 0.16.0)

chore: bump minor (0.15.0 -> 0.16.0) #80

Workflow file for this run

name: Notify CPT
on:
pull_request:
types: [opened, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.actor }} opened a PR for review:
${{ github.event.pull_request.title }}
${{ github.event.pull_request._links.html.href }}