mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-05 21:54:05 +00:00
Updated various yaml files to include proper opening lines.
Tweaked the name of the stale threads workflow.
This commit is contained in:
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
@ -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
|
||||
|
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
|
||||
# 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)
|
||||
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)
|
||||
name: 'Close stale issues/PRs'
|
||||
name: 'Close Stale Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
Reference in New Issue
Block a user