Skip to content

[#44] Add DeleteByFunc function #25

[#44] Add DeleteByFunc function

[#44] Add DeleteByFunc function #25

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened]
jobs:
assign_author:
name: Assign author to PR
runs-on: ubuntu-latest
steps:
- name: Assign author to PR
uses: technote-space/assign-author@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}