[💡 Feature Request]: can be compiled like UWP 1709 ver? (i.e. to be compatible with windows phone latest) #511
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: "Set Issue Label and Assignee" | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: Naturalclar/issue-action@v2.0.2 | |
| with: | |
| title-or-body: "both" | |
| parameters: '[ {"keywords": ["issue", "bug", "error", "problem", "failed", "stuck"], "labels": ["🐛 bug"], "assignees": ["Melvin-Abraham"]}, {"keywords": ["restricted_client", "Get Token", "TypeError", "invalid_grant"], "labels": ["🐛 bug", "duplicate"], "assignees": ["esau-morais"]}, {"keywords": ["Feature request", "Suggestion", "Enhancement"], "labels": ["✨ enhancement"], "assignees": []}]' | |
| github-token: "${{ secrets.GITHUB_TOKEN }}" |