Skip to content

fix(KTP-1106): Updated mysql connector that is properly supported by sqlalchemy. #128

fix(KTP-1106): Updated mysql connector that is properly supported by sqlalchemy.

fix(KTP-1106): Updated mysql connector that is properly supported by sqlalchemy. #128

Workflow file for this run

# SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <[email protected]> # noqa E501
#
# SPDX-License-Identifier: MPL-2.0
# Automatically label PRs, config in ../pr-labler.yml
name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}