diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 51505e7..19bc1ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: 'Bug: This is a sample issue title' +title: "Bug: This is a sample issue title" labels: bug assignees: ruzickap - --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index ff78390..38ecf29 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -1,10 +1,9 @@ --- name: Proposal about: Suggest an idea for this project -title: 'Proposal: This is a sample title' +title: "Proposal: This is a sample title" labels: proposal assignees: ruzickap - --- **Is your feature request related to a problem? Please describe** diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index e6aab5f..20aaec5 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -12,6 +12,7 @@ permissions: read-all jobs: mega-linter: runs-on: ubuntu-latest + timeout-minutes: 30 steps: - name: Checkout Code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1c370eb..6814ecf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,7 +3,7 @@ name: stale on: schedule: - - cron: "30 1 * * *" + - cron: "9 9 * * *" permissions: issues: write diff --git a/.gitignore b/.gitignore index 6b47d60..f6baedb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,23 @@ # pre-commit configuration file .pre-commit-config.yaml -# Kubernetes kubeconfig file -kubeconfig*.conf* +# demo-magic.sh script +demo-magic.sh # Vuepress Pages docs/.vuepress/dist -# tmp directory -tmp/ +# Kubernetes kubeconfig file +kubeconfig*.conf* # Node modules node_modules/ +# nohup output +nohup.out + # README.sh script README.sh -# demo-magic.sh script -demo-magic.sh - -# Terraform files -.terraform* -*.tfstate* -crash.log - -# nohup output -nohup.out +# tmp directory +tmp/