Partner Request Add Another Item auto-populates with first item when returning from failed validation #648
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: Remove Help Wanted Label on Issue Assignment | |
| on: | |
| issues: | |
| types: [assigned] | |
| jobs: | |
| automate-issues-labels: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: andymckay/labeler@master | |
| with: | |
| remove-labels: "Help Wanted" |