[Feature]: New-AzVmGalleryApplication, New-AzVmssGalleryApplication cmdlet should be able to set all properties present in the API/SDK #362
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 sentinel | |
on: | |
issues: | |
types: [opened, edited, closed] | |
jobs: | |
Issue: | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run Issue Sentinel | |
uses: Azure/issue-sentinel@v1 | |
with: | |
password: ${{secrets.ISSUE_SENTINEL_PASSWORD}} | |
enable-similar-issues-scanning: true # Scan similar issues in your repo, default: true | |
enable-security-issues-scanning: true # Scan security issues in your repo, default: false |