diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1ecb2e9..6aba80c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +--- # Reference: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser blank_issues_enabled: false contact_links: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68dd932..898c594 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +--- version: 2 updates: - package-ecosystem: npm diff --git a/.github/labels.yml b/.github/labels.yml index c113abb..e17cd97 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,3 +1,4 @@ +--- labels: - name: bug / broken-feature description: Existing feature malfunctioning or broken @@ -38,6 +39,9 @@ labels: - name: mod / announcement description: This is an admin announcement color: 'e5ef23' + - name: mod / change-request + description: Used by internal developers to indicate a change-request. + color: 'e5ef23' - name: mod / changes-requested description: Changes have been requested before proceeding color: 'e5ef23' diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index f76ed98..74085f0 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -1,3 +1,4 @@ +--- name: 'Docker Image' on: @@ -42,7 +43,6 @@ jobs: - name: Docker Image Build uses: docker/build-push-action@v2 - #if: github.ref == 'refs/heads/master' with: context: ./ file: ./docker/Dockerfile diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7f2f148..b54abf1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,3 +1,4 @@ +--- # For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 9385024..2005b45 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -1,3 +1,4 @@ +--- # lock-threads (https://github.com/marketplace/actions/lock-threads) name: 'Lock threads' diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 666cab7..b14dc66 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,5 +1,5 @@ # close-stale-issues (https://github.com/marketplace/actions/close-stale-issues) -name: 'Close stale issues/PRs' +name: 'Close Stale Threads' on: schedule: