Skip to content

Commit d4f3e0d

Browse files
authored
Merge pull request #7 from scns/Initial-version-of-the-script
Initial version of the script
2 parents e129dca + 9f6dd56 commit d4f3e0d

File tree

11 files changed

+2837
-19
lines changed

11 files changed

+2837
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: "Bug report"
2-
description: "Create a bug report to help us improve the myESPhome Project!"
2+
description: "Create a bug report to help us improve the Privileged Users Report Project!"
33
labels: ["bug", "question", "triage:not-checked"]
44
body:
55
- type: checkboxes
66
id: no-duplicate-issues
77
attributes:
88
label: "Please verify that this bug has NOT been raised before."
9-
description: "Search in the issues sections by clicking [HERE](https://github.com/scns/Windows-Update-Report-MultiTenant/issues?q=) and read the [Discussions](https://github.com/scns/Windows-Update-Report-MultiTenant/discussions)!"
9+
description: "Search in the issues sections by clicking [HERE](https://github.com/scns/Privileged-Users-Report-MultiTenant/issues?q=) and read the [Discussions](https://github.com/scns/Privileged-Users-Report-MultiTenant/discussions)!"
1010
options:
1111
- label: "I checked and didn't find a similar issue"
1212
required: true

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
id: no-duplicate-issues
88
attributes:
99
label: "Please verify that this feature request has NOT been suggested before."
10-
description: "Search in the issues sections by clicking [HERE](https://github.com/scns/Windows-Update-Report-MultiTenant/issues?q=)"
10+
description: "Search in the issues sections by clicking [HERE](https://github.com/scns/Privileged-Users-Report-MultiTenant/issues?q=)"
1111
options:
1212
- label: "I checked and didn't find a similar feature request"
1313
required: true

.github/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# GitHub Labels Configuration for Windows Update Report
2+
# GitHub Labels Configuration for Privileged Users Report
33
- name: "breaking-change"
44
color: ee0701
55
description: "A breaking change for existing users."

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ template: |
101101
102102
$CHANGES
103103
104-
**Full Changelog**: https://github.com/scns/Windows-Update-Report-MultiTenant/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
104+
**Full Changelog**: https://github.com/scns/Privileged-Users-Report-MultiTenant/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
105105
106106
_To receive a notification on new releases, click on **Watch** > **Custom** > **Releases** on the top._
107107
108-
_Be sure to 🌟 this repository for updates! It's a hobby project. Check it out at the link https://scns.github.io/Windows-Update-Report-MultiTenant/._
108+
_Be sure to 🌟 this repository for updates! It's a hobby project. Check it out at the link https://scns.github.io/Privileged-Users-Report-MultiTenant/._
109109
110110
## Contributors
111111

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@ credentials.json
22
Krabbels.ps1
33
Exports/
44
archive/
5-
Windows-Update-Report-MultiTenant.code-workspace
5+
Privileged-Users-Report-MultiTenant.code-workspace
66
config.json
7+
dummy.ps1
8+
credentials_backup.json
9+
backups/
10+
backups/exports/
11+
backups/config/

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gedragscode (Code of Conduct)
22

3-
**Project:** [Windows-Update-Report-MultiTenant](https://github.com/scns/Windows-Update-Report-MultiTenant)
3+
**Project:** [Privileged-Users-Report-MultiTenant](https://github.com/scns/Privileged-Users-Report-MultiTenant)
44

55
Deze gedragscode is bedoeld om een gastvrije, veilige en productieve omgeving te creëren voor iedereen die met dit technische open‑sourceproject werkt. De code geldt in alle projectruimtes: repository, issues, pull requests, Discussions, wiki, documentatie en communitykanalen.
66

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Bijdragen aan Windows-Update-Report-MultiTenant
2+
# Bijdragen aan Privileged-Users-Report-MultiTenant
33

44
Bedankt voor je interesse in bijdragen! Dit document legt uit hoe je kunt bijdragen en welke richtlijnen gelden.
55

0 commit comments

Comments
 (0)