Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Flink - Create PR to Update Advanced parameters #79

Flink - Create PR to Update Advanced parameters

Flink - Create PR to Update Advanced parameters #79

name: Flink - Create PR to Update Advanced parameters
on:
schedule:
- cron: "0 6 * * 2"
workflow_dispatch:
jobs:
advanced_params_flink:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Flink - Update Advanced parameters
run: make service-type-config-flink
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: Flink - Update Advanced parameters
committer: GitHub <noreply@github.com>
author: GitHub <noreply@github.com>
title: Flink - Update Advanced parameters
body: Flink - update advanced parameters file
base: main
branch: flink-update-advanced-params
labels: flink, automated-pr
delete-branch: true