Skip to content

[#27] Add SetIfAbsent function #23

[#27] Add SetIfAbsent function

[#27] Add SetIfAbsent function #23

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