[Feature Request]: Ability to Sync User Counts Assigned to Group into Synthesize #314
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: Label Issues | |
on: # yamllint disable-line rule:truthy | |
issues: | |
types: | |
- opened | |
jobs: | |
label_issues_bugs: | |
if: 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' |