Skip to content

Release Debian EKS Go and Update Builderbase for new Golang #390

Release Debian EKS Go and Update Builderbase for new Golang

Release Debian EKS Go and Update Builderbase for new Golang #390

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 }}