Skip to content

bug: Facing error [error] [input:systemd:systemd.0] could not open/create database '/fluent-bit/tail/systemd.db' #1015

bug: Facing error [error] [input:systemd:systemd.0] could not open/create database '/fluent-bit/tail/systemd.db'

bug: Facing error [error] [input:systemd:systemd.0] could not open/create database '/fluent-bit/tail/systemd.db' #1015

name: Autocloser
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issues that did not follow issue template
uses: roots/issue-closer-action@v1.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template"
issue-pattern: "(.*Describe the issue.*)|(.*Is your feature request related to a problem.*)"