feat: #250 migrate from spring boot 2.7.3 to 3.3.1 and #269 update pipeline from java 17 to 21 #142
Workflow file for this run
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: notify of pull_request creation | |
on: | |
pull_request_target: | |
types: [ opened ] | |
branches: | |
- main | |
jobs: | |
notify: | |
uses: osscameroon/global-github-actions/.github/workflows/notify_on_pull_request_open.yaml@main | |
secrets: | |
telegram_channel_id: ${{ secrets.TELEGRAM_OSSCAMEROON_CHANNEL_ID }} | |
telegram_token: ${{ secrets.TELEGRAM_BOT_TOKEN }} |