Skip to content

chore(deps): bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 #1657

chore(deps): bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0

chore(deps): bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 #1657

Workflow file for this run

name: Notification PR
on:
pull_request_target:
types:
- opened
permissions: {}
jobs:
notify:
name: Pull Request Notification
runs-on: ubuntu-latest
steps:
- name: Notification
if: ${{ github.actor != 'dependabot[bot]' }}
uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e # v2.1.0
env:
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
MATTERMOST_CHANNEL: ${{ secrets.MM_CHANNEL_NAME }}
MATTERMOST_USERNAME: ${{ secrets.MM_BOT_NAME }}
TEXT: |
[${{ github.repository }}] | [${{ github.event.pull_request.title }} #${{ github.event.number }}](${{ env.PR_URL }}) was created by ${{ github.actor }}
- name: Notification to BotChannel
uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e # v2.1.0
env:
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
MATTERMOST_CHANNEL: ${{ secrets.MM_CHANNEL_BOT_PR }}
MATTERMOST_USERNAME: ${{ secrets.MM_BOT_NAME }}
TEXT: |
[${{ github.repository }}] | [${{ github.event.pull_request.title }} #${{ github.event.number }}](${{ env.PR_URL }}) was created by ${{ github.actor }}