Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 in /scripts/docker/examples/python/assets/hello_world #13

Bump jinja2 from 3.1.3 to 3.1.4 in /scripts/docker/examples/python/assets/hello_world

Bump jinja2 from 3.1.3 to 3.1.4 in /scripts/docker/examples/python/assets/hello_world #13

Workflow file for this run

name: notification
on:
pull_request:
types: [closed]
jobs:
send-notifications:
runs-on: ubuntu-latest
steps:
- name: Send notification to MS Teams channel (merged)
if: github.event.pull_request.merged == true
uses: nhs-england-tools/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}
message-title: "Pull Request Merged"
message-text: "Pull request **[${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})** merged into ${{ github.event.pull_request.base.ref }}"
link: ${{ github.event.pull_request.html_url }}