Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Using Gluestack-style along with Gluestack-UI? #39

Using Gluestack-style along with Gluestack-UI?

Using Gluestack-style along with Gluestack-UI? #39

name: Issue assignment
on:
issues:
types: [opened, edited, labeled]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.MY_GITHUB_TOKEN }}
teams: dank-style-support
numOfAssignee: 1
allowSelfAssign: false