Updated various yaml files to include proper opening lines.

Tweaked the name of the stale threads workflow.
This commit is contained in:
Matt Scott 2023-03-18 08:48:07 -04:00
parent 1aac3c0f0d
commit 2606ad0395
7 changed files with 10 additions and 2 deletions

View File

@ -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 # 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 blank_issues_enabled: false
contact_links: contact_links:

View File

@ -1,3 +1,4 @@
---
version: 2 version: 2
updates: updates:
- package-ecosystem: npm - package-ecosystem: npm

4
.github/labels.yml vendored
View File

@ -1,3 +1,4 @@
---
labels: labels:
- name: bug / broken-feature - name: bug / broken-feature
description: Existing feature malfunctioning or broken description: Existing feature malfunctioning or broken
@ -38,6 +39,9 @@ labels:
- name: mod / announcement - name: mod / announcement
description: This is an admin announcement description: This is an admin announcement
color: 'e5ef23' color: 'e5ef23'
- name: mod / change-request
description: Used by internal developers to indicate a change-request.
color: 'e5ef23'
- name: mod / changes-requested - name: mod / changes-requested
description: Changes have been requested before proceeding description: Changes have been requested before proceeding
color: 'e5ef23' color: 'e5ef23'

View File

@ -1,3 +1,4 @@
---
name: 'Docker Image' name: 'Docker Image'
on: on:
@ -42,7 +43,6 @@ jobs:
- name: Docker Image Build - name: Docker Image Build
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
#if: github.ref == 'refs/heads/master'
with: with:
context: ./ context: ./
file: ./docker/Dockerfile file: ./docker/Dockerfile

View File

@ -1,3 +1,4 @@
---
# For most projects, this workflow file will not need changing; you simply need # For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository. # to commit it to your repository.
# #

View File

@ -1,3 +1,4 @@
---
# lock-threads (https://github.com/marketplace/actions/lock-threads) # lock-threads (https://github.com/marketplace/actions/lock-threads)
name: 'Lock threads' name: 'Lock threads'

View File

@ -1,5 +1,5 @@
# close-stale-issues (https://github.com/marketplace/actions/close-stale-issues) # close-stale-issues (https://github.com/marketplace/actions/close-stale-issues)
name: 'Close stale issues/PRs' name: 'Close Stale Threads'
on: on:
schedule: schedule: