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

InfluxDB - Create PR to Update Advanced parameters #61

InfluxDB - Create PR to Update Advanced parameters

InfluxDB - Create PR to Update Advanced parameters #61

name: InfluxDB - Create PR to Update Advanced parameters
on:
schedule:
- cron: "0 6 * * 2"
workflow_dispatch:
jobs:
advanced_params_influxdb:
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: InfluxDB - Update Advanced parameters
run: make service-type-config-influxdb
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: InfluxDB - Update Advanced parameters
committer: GitHub <[email protected]>
author: GitHub <[email protected]>
title: InfluxDB - Update Advanced parameters
body: InfluxDB - update advanced parameters file
base: main
branch: influxdb-update-advanced-params
labels: influx, automated-pr
delete-branch: true