mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
Updated various yaml files to include proper opening lines.
Tweaked the name of the stale threads workflow.
This commit is contained in:
parent
2ca712af49
commit
d716f8cc88
1
.github/ISSUE_TEMPLATE/config.yml
vendored
1
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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:
|
||||||
|
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
|
4
.github/labels.yml
vendored
4
.github/labels.yml
vendored
@ -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'
|
||||||
|
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
@ -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
|
||||||
|
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -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.
|
||||||
#
|
#
|
||||||
|
1
.github/workflows/lock.yml
vendored
1
.github/workflows/lock.yml
vendored
@ -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'
|
||||||
|
|
||||||
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user