Skip to content

Example for useDialogLazy() #4

Example for useDialogLazy()

Example for useDialogLazy() #4

Workflow file for this run

name: Auto-assign issues
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Auto-assign issue to self
uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: a16n-dev