This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
fix: layouting issue with theme component and provide styling capability #526
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: PR assignment | |
on: | |
pull_request: | |
types: [opened, edited, synchronize, reopened] | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Auto-assign PR' | |
uses: pozil/auto-assign-issue@v1 | |
with: | |
repo-token: ${{ secrets.MY_GITHUB_TOKEN }} | |
teams: dank-style-reviewers | |
numOfAssignee: 1 |