diff --git a/.github/workflows/telegram.yml b/.github/workflows/telegram.yml new file mode 100644 index 0000000000..8fbf7705dd --- /dev/null +++ b/.github/workflows/telegram.yml @@ -0,0 +1,17 @@ +name: CI + +on: + pull_request: + branches: + - master + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: appleboy/telegram-action@master + - name: telegram action on pull request + with: + to: ${{ secrets.TELEGRAM_TO }} + token: ${{ secrets.TELEGRAM_TOKEN }} + args: The ${{ github.event_name }} event triggered.