Increasing the number of output lines for the convenience of displayi… #110
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: New pull request | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
chatmsg: | |
runs-on: ubuntu-latest | |
name: PR chat message | |
steps: | |
- name: Rocket.Chat Notification | |
uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@master | |
if: always() | |
with: | |
type: ${{ job.status }} | |
job_name: ${{ format('*New pull request {0}* => {1}', github.event.pull_request.number, github.event.pull_request.title) }} | |
mention: 'here' | |
mention_if: 'failure' | |
channel: ${{ secrets.ROCKET_CHAT_PR_CHAN }} | |
url: ${{ secrets.ROCKET_CHAT_PR_HOOK }} | |