Skip to content

fix: return the whole project to be able to display its config when c… #15

fix: return the whole project to be able to display its config when c…

fix: return the whole project to be able to display its config when c… #15

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