Skip to content

POC: Enhance Filter UI #5

POC: Enhance Filter UI

POC: Enhance Filter UI #5

Workflow file for this run

name: Auto Assign PRs
on:
pull_request:
types: [opened, reopened]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Assign PR
uses: kentaro-m/[email protected]
with:
reviewers: 'danielcdz'
assignees: '${{ github.actor }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}