Duplicate title and description on assigning a list of strings instead of a string to toplevel type field #289
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: issue-triage-removal-automation | |
| on: | |
| issues: | |
| types: [assigned] | |
| jobs: | |
| automate-issues-labels: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: andymckay/[email protected] | |
| with: | |
| remove-labels: 'needs triage' | |
| ignore-if-assigned: false |