az load test create should not required field test-id in CLI when set in yaml configuration file. #3258
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
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| thank-user: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| name: Say thanks for the Issue | |
| steps: | |
| - name: comment on the issue | |
| uses: hasura/[email protected] | |
| with: | |
| github-token: ${{ secrets.CLI_BOT }} | |
| repository: 'Azure/azure-cli' | |
| number: ${{ github.event.issue.number }} | |
| id: thank-you-comment | |
| message: 'Thank you for opening this issue, we will look into it.' |