This commit is contained in:
Damian Büchel 2024-02-01 17:36:13 +01:00
commit 456894edb9
2 changed files with 6 additions and 4 deletions

View file

@ -1,15 +1,15 @@
--- ---
name: Bug Report 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: '' title: ''
labels: '' labels: ''
assignees: dbuechel assignees: dbuechel
--- ---
**IMPORTANT** > [!IMPORTANT]
Please _always_ consult the documentation first before creating a bug report! > - Please _always_ consult the documentation first before creating a bug report: https://safeexambrowser.org/windows/win_usermanual_en.html.
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** **Describe the Bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.

View file

@ -1,5 +1,6 @@
name: Issue Maintenance name: Issue Maintenance
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
@ -20,4 +21,5 @@ jobs:
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." 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-stale: -1
days-before-pr-close: -1 days-before-pr-close: -1
exempt-issue-labels: "bug,enhancement,feature request"
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}