Skip to content

[Helpers/database] Re-add MySQL-related helper functions #5267

[Helpers/database] Re-add MySQL-related helper functions

[Helpers/database] Re-add MySQL-related helper functions #5267

Workflow file for this run

name: Greetings
on: [issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for submitting an issue! :)'
pr-message: 'Thanks for submitting your first PR. This is the way to great software! ;-)'