HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/timetracker.panomity.com/.github/workflows/lock.yaml
name: 'Lock Threads'

on:
    schedule:
        - cron: '0 0 * * *'
    workflow_dispatch:

permissions:
    issues: write
    pull-requests: write

concurrency:
    group: lock

jobs:
    action:
        runs-on: ubuntu-latest
        steps:
            - uses: dessant/lock-threads@v4
              with:
                  github-token: ${{ github.token }}
                  issue-inactive-days: '90'
                  exclude-issue-created-before: ''
                  exclude-issue-created-after: ''
                  exclude-issue-created-between: ''
                  exclude-issue-closed-before: ''
                  exclude-issue-closed-after: ''
                  exclude-issue-closed-between: ''
                  include-any-issue-labels: ''
                  include-all-issue-labels: ''
                  exclude-any-issue-labels: ''
                  add-issue-labels: ''
                  remove-issue-labels: ''
                  issue-comment: >
                    This thread has been automatically locked since there has not been
                    any recent activity after it was closed. Please open a new issue for
                    related bugs.
                    If you use Kimai on a daily basis, please [consider donating](https://www.kimai.org/donate/) to
                    support further development of Kimai.
                  issue-lock-reason: 'resolved'
                  pr-inactive-days: '180'
                  exclude-pr-created-before: ''
                  exclude-pr-created-after: ''
                  exclude-pr-created-between: ''
                  exclude-pr-closed-before: ''
                  exclude-pr-closed-after: ''
                  exclude-pr-closed-between: ''
                  include-any-pr-labels: ''
                  include-all-pr-labels: ''
                  exclude-any-pr-labels: ''
                  add-pr-labels: ''
                  remove-pr-labels: ''
                  pr-comment: ''
                  pr-lock-reason: ''
                  process-only: ''
                  log-output: false