Skip to content

build(deps): bump marked from 9.0.0 to 9.0.3 in /frontend #37

build(deps): bump marked from 9.0.0 to 9.0.3 in /frontend

build(deps): bump marked from 9.0.0 to 9.0.3 in /frontend #37

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