From c7184612b428564f8b34316435b4484f1e7bc023 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 22 Nov 2023 00:51:51 +0800 Subject: [PATCH] Update --- .github/ISSUE_TEMPLATE/security.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/json-yaml-validate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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