[BUG] <title> Hover menu still white #10
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
# Adds a label to any issues raised by a sponsor of Lissy93 | |
# In order to allow their request can be prioritized | |
name: π― Label sponsors | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
name: is-sponsor-label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: JasonEtco/is-sponsor-label-action@v1 | |
with: | |
label: Priority Request - Sponsor π | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |