diff --git a/.github/workflows/Label_Issues.yml b/.github/workflows/Label_Issues.yml index a0ec41e47894..38865a62fae8 100644 --- a/.github/workflows/Label_Issues.yml +++ b/.github/workflows/Label_Issues.yml @@ -14,7 +14,7 @@ jobs: - name: Label Issues uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414 with: - add-labels: 'unconfirmed-by-user' + add-labels: 'not-assigned' repo-token: ${{ secrets.GITHUB_TOKEN }} label_issues_frs: if: github.repository_owner == 'KelvinTegelaar' && contains(github.event.issue.title, 'Feature') @@ -25,5 +25,5 @@ jobs: - name: Label Issues uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414 with: - add-labels: 'enhancement, no-priority' + add-labels: 'enhancement, not-assigned' repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/data/standards.json b/src/data/standards.json index 92ef2e2806f5..128dbeca2516 100644 --- a/src/data/standards.json +++ b/src/data/standards.json @@ -779,8 +779,8 @@ "name": "standards.StaleEntraDevices", "cat": "Entra (AAD) Standards", "tag": ["CIS"], - "helpText": "Cleans up Entra devices that have not connected/signed in for the specified number of days.", - "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)", + "helpText": "Remediate is currently not available. Cleans up Entra devices that have not connected/signed in for the specified number of days.", + "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)", "addedComponent": [ { "type": "number",