Skip to content

HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /3370e639-e302-489d-b505-500a9c1adfa4/v2.0/.well-known/openid-configuration (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3ea25f8df0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) #10138

HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /3370e639-e302-489d-b505-500a9c1adfa4/v2.0/.well-known/openid-configuration (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3ea25f8df0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /3370e639-e302-489d-b505-500a9c1adfa4/v2.0/.well-known/openid-configuration (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3ea25f8df0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) #10138

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