This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Using Gluestack-style along with Gluestack-UI? #38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |