Skip to content

Multiple azure vm ressource deletion failed after moving from alpine based docker image (2.63.0) to azure linux based docker image (2.64.0 or 2.65.0) #10125

Multiple azure vm ressource deletion failed after moving from alpine based docker image (2.63.0) to azure linux based docker image (2.64.0 or 2.65.0)

Multiple azure vm ressource deletion failed after moving from alpine based docker image (2.63.0) to azure linux based docker image (2.64.0 or 2.65.0) #10125

name: Comment Issue when labeled non-security
on:
issues:
types: [opened, labeled, unlabeled]
jobs:
comment-non-security:
if: contains(github.event.issue.labels.*.name, 'non-security')
runs-on: ubuntu-latest
permissions:
issues: write
name: Comment on issue
steps:
- name: Checkout comment message
uses: actions/checkout@v4
with:
sparse-checkout: |
.github/template/non-security-comment.md
- name: Comment on issue with no security label
uses: mshick/add-pr-comment@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message-id: issueNoSecurityCommentBot
message-path: |
.github/template/non-security-comment.md