diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md index 26450ed..ab03b45 100644 --- a/.github/ISSUE_TEMPLATE/security.md +++ b/.github/ISSUE_TEMPLATE/security.md @@ -10,7 +10,7 @@ labels: --- -DO NOT PROVIDE ANY DETAILS HERE. Please privately report to https://github.com/louislam/uptime-kuma/security/advisories/new. +DO NOT PROVIDE ANY DETAILS HERE. Please privately report to https://github.com/louislam/dockge/security/advisories/new. Why need this issue? It is because GitHub Advisory do not send a notification to @louislam, it is a workaround to do so. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 87e7f5f..c820f96 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ ⚠️⚠️⚠️ Since we do not accept all types of pull requests and do not want to waste your time. Please be sure that you have read pull request rules: -https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma +https://github.com/louislam/dockge/blob/master/CONTRIBUTING.md Tick the checkbox if you understand [x]: - [ ] I have read and understand the pull request rules. diff --git a/.github/workflows/json-yaml-validate.yml b/.github/workflows/json-yaml-validate.yml index 104e37a..365a1f1 100644 --- a/.github/workflows/json-yaml-validate.yml +++ b/.github/workflows/json-yaml-validate.yml @@ -23,5 +23,5 @@ jobs: id: json-yaml-validate uses: GrantBirki/json-yaml-validate@v1.3.0 with: - comment: "true" # enable comment mode + comment: "false" # enable comment mode exclude_file: ".github/config/exclude.txt" # gitignore style file for exclusions