Skip to content

Bump braces from 3.0.2 to 3.0.3 #11

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #11

Workflow file for this run

name: Assign PR to creator
on:
pull_request:
types: [opened]
jobs:
assign_creator:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}