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 2ca712af49
commit d716f8cc88
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
blank_issues_enabled: false
contact_links:

View File

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

4
.github/labels.yml vendored
View File

@ -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'

View File

@ -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

View File

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

View File

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

View File

@ -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: