[Feature Request]: Filtering and color coding for Standards History #1416
This file contains hidden or 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: Label Issues | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
label_issues_bugs: | |
if: github.repository_owner == 'KelvinTegelaar' && contains(github.event.issue.title, 'Bug') | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Sponsor Labels | |
uses: JasonEtco/[email protected] | |
with: | |
label: 'Sponsor Request' |