chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs in the npm_and_yarn group across 1 directory #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request | |
on: | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
build: | |
name: Telegram | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send telegram message on push | |
uses: appleboy/[email protected] | |
continue-on-error: true | |
with: | |
to: ${{ secrets.TELEGRAM_ISSUE_CHAT_ID }} | |
token: ${{ secrets.TELEGRAM_ISSUE_TOKEN }} | |
format: Markdown | |
# this might go wrong, because `title` can have arbitrary markdown | |
message: | | |
🍰 [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) | |
🌲 ${{ github.repository }} | |
👤 ${{ github.actor }} | |
🔀 ${{ github.event.pull_request.base.label }} <- ${{ github.event.pull_request.head.label }} |