[Bug]: When looking at the info for a CA policy, using the policy browser, we can't see the Ip Ranges #1912
This file contains 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: Add Comment | |
on: | |
issues: | |
types: | |
- labeled | |
jobs: | |
add-comment_bug: | |
if: github.repository_owner == 'KelvinTegelaar' && github.event.label.name == 'unconfirmed-by-user' | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Add Comment | |
uses: peter-evans/create-or-update-comment@v3 | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
Thank you for reporting a potential bug. Before proceeding, please ensure: | |
1. You have reviewed existing open and closed issues for duplicates. | |
2. You have consulted the documentation at https://docs.cipp.app/ to confirm this is not a known or documented issue. | |
If, after these checks, you still believe this is a new bug, please confirm by copying the following text into a comment below: | |
> I confirm that I have thoroughly checked existing issues and the documentation, and I believe this to be a genuine bug. | |
We will close this issue in 24 hours if no confirmation is provided. If you would like to work on this bug, please comment: | |
> I would like to work on this please! | |
Thank you for helping us maintain the project! |