Skip to content

fix: the cast of the data column broke things and has been removed #31

fix: the cast of the data column broke things and has been removed

fix: the cast of the data column broke things and has been removed #31

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