Skip to content

Commit 8ceb387

Browse files
Merge pull request #3970 from kris6673/patch-1
fix: Add Remediate is currently not available disclaimer
2 parents ea705ed + c28c574 commit 8ceb387

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Label_Issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Label Issues
1515
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414
1616
with:
17-
add-labels: 'unconfirmed-by-user'
17+
add-labels: 'not-assigned'
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
label_issues_frs:
2020
if: github.repository_owner == 'KelvinTegelaar' && contains(github.event.issue.title, 'Feature')
@@ -25,5 +25,5 @@ jobs:
2525
- name: Label Issues
2626
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414
2727
with:
28-
add-labels: 'enhancement, no-priority'
28+
add-labels: 'enhancement, not-assigned'
2929
repo-token: ${{ secrets.GITHUB_TOKEN }}

src/data/standards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,8 @@
779779
"name": "standards.StaleEntraDevices",
780780
"cat": "Entra (AAD) Standards",
781781
"tag": ["CIS"],
782-
"helpText": "Cleans up Entra devices that have not connected/signed in for the specified number of days.",
783-
"docsDescription": "Cleans up Entra devices that have not connected/signed in for the specified number of days. First disables and later deletes the devices. More info can be found in the [Microsoft documentation](https://learn.microsoft.com/en-us/entra/identity/devices/manage-stale-devices)",
782+
"helpText": "Remediate is currently not available. Cleans up Entra devices that have not connected/signed in for the specified number of days.",
783+
"docsDescription": "Remediate is currently not available. Cleans up Entra devices that have not connected/signed in for the specified number of days. First disables and later deletes the devices. More info can be found in the [Microsoft documentation](https://learn.microsoft.com/en-us/entra/identity/devices/manage-stale-devices)",
784784
"addedComponent": [
785785
{
786786
"type": "number",

0 commit comments

Comments
 (0)