Skip to content

Gateway DB should be initialized on container start if it doesn't exist #82

Gateway DB should be initialized on container start if it doesn't exist

Gateway DB should be initialized on container start if it doesn't exist #82

Workflow file for this run

name: Issues
on:
issues:
types:
- reopened
- opened
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Script
uses: actions/github-script@v7
with:
script: |
require('./.github/scripts/issues.cjs')()