Skip to content

Add patch to update Ubuntu 22.04 ISO URLs to latest stable release #818

Add patch to update Ubuntu 22.04 ISO URLs to latest stable release

Add patch to update Ubuntu 22.04 ISO URLs to latest stable release #818

name: baseimage-pr-notifier
on:
pull_request_target:
types: [opened]
jobs:
baseimage-pr-notifier:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.title, 'Update base image') }}
steps:
- run: curl -X POST $SLACK_WEBHOOK
env:
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_URL }}