Update the repo to the standards of maintaining team

In scope of this commit issues and PR temlates were updated, some
workflows were renamed and partly updated, some workflows such as
release-new-action-version.yml and licensed.yml were added.
The stale.yml workflow was deleted as it was considered as harmful
and inconvenient.
This commit is contained in:
IvanZosimov
2022-12-08 13:27:13 +01:00
parent 65b52aff67
commit 161093d861
12 changed files with 146 additions and 110 deletions

View File

@@ -2,11 +2,11 @@ name: 'Code scanning'
on:
push:
branches:
- main
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 19 * * 0'
- cron: '23 19 * * 0'
jobs:
CodeQL-Build:
@@ -17,6 +17,8 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "javascript"
- name: Autobuild
uses: github/codeql-action/autobuild@v2