Skip to content

build: set dev backend server to same options as prod #32

build: set dev backend server to same options as prod

build: set dev backend server to same options as prod #32

Workflow file for this run

name: Assign PR to creator
on:
pull_request:
types: [opened]
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}