From 1925231a19c6c83d1e853a59dbfd80b2454091f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Fri, 19 Jan 2024 10:36:46 +0100 Subject: [PATCH 1/4] Added exempt issue labels for maintenance workflow. --- .github/workflows/issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 428b0685..2560935c 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -20,4 +20,5 @@ jobs: close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1 + exempt-issue-labels: "feature request, enhancement" repo-token: ${{ secrets.GITHUB_TOKEN }} From 654aa14bee4c3a32902933a79ba2e1f8a56e888a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Fri, 19 Jan 2024 10:43:15 +0100 Subject: [PATCH 2/4] Added "bug" to exempt labels for maintenance workflow. --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 2560935c..039b1fb7 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -20,5 +20,5 @@ jobs: close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1 - exempt-issue-labels: "feature request, enhancement" + exempt-issue-labels: "bug,enhancement,feature request" repo-token: ${{ secrets.GITHUB_TOKEN }} From b62a8bdfe38f21f5c056c791efbc8d34e9466fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Fri, 19 Jan 2024 10:48:34 +0100 Subject: [PATCH 3/4] Added ability to manually trigger issue maintenance workflow. --- .github/workflows/issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 039b1fb7..4538342f 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,5 +1,6 @@ name: Issue Maintenance on: + workflow_dispatch: schedule: - cron: "0 0 * * *" From 6b40b64590d79630e5f16210a7dae7cd693cddd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Wed, 31 Jan 2024 14:40:22 +0100 Subject: [PATCH 4/4] Updated bug report template and added remark about log files. --- .github/ISSUE_TEMPLATE/bug-report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index bf0e719d..78d47919 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,15 +1,15 @@ --- name: Bug Report -about: Create a report to help us improve Safe Exam Browser. +about: Create a bug report to help us improve Safe Exam Browser. title: '' labels: '' assignees: dbuechel --- -**IMPORTANT** -Please _always_ consult the documentation first before creating a bug report! -https://safeexambrowser.org/windows/win_usermanual_en.html +> [!IMPORTANT] +> - Please _always_ consult the documentation first before creating a bug report: https://safeexambrowser.org/windows/win_usermanual_en.html. +> - Please _always_ attach the log file(s) of the affected session(s)! They can be found under `%LocalAppData%\SafeExamBrowser\Logs`. **Describe the Bug** A clear and concise description of what the bug is.