Skip to content

build: auto-override the OpenAPI file to include the BASE #25

build: auto-override the OpenAPI file to include the BASE

build: auto-override the OpenAPI file to include the BASE #25

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 }}