Skip to content

"Unexpected attribute: An attribute named "private_endpoint_network_policies" is not expected here" and "Unexpected attribute: An attribute named "bgp_route_propagation_enabled" is not expected here" #1703

"Unexpected attribute: An attribute named "private_endpoint_network_policies" is not expected here" and "Unexpected attribute: An attribute named "bgp_route_propagation_enabled" is not expected here"

"Unexpected attribute: An attribute named "private_endpoint_network_policies" is not expected here" and "Unexpected attribute: An attribute named "bgp_route_propagation_enabled" is not expected here" #1703

name: Issue Comment Created Triage
permissions:
issues: write
pull-requests: write
on:
issue_comment:
types: [created]
jobs:
issue_comment_triage:
# Only run this job for issue comments
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Remove stale and waiting-response labels
run: gh issue edit ${{ github.event.issue.html_url }} --remove-label stale,waiting-response