Styling issues with attributes variant and emphasis that does not meet the Auro documentation #42
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: Duplicate Issue | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/duplicate-issue@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} |