Skip to content

chore(deps): bump actions/github-script from 8 to 9 #250

chore(deps): bump actions/github-script from 8 to 9

chore(deps): bump actions/github-script from 8 to 9 #250

Workflow file for this run

on:
pull_request:
types: [ opened, reopened ]
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: mattermost/action-mattermost-notify@2.0.0
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
TEXT: "Pull request opened: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})"