OneOf not able to retain the default values when switching between the options #273
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: 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 |