Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c169682cb6 | |||
| 30ae1cb948 | |||
| ffdf0d45c9 | |||
| f1f8077ec5 | |||
| 16306e15f1 | |||
| 9514ca72ec | |||
| d77251e483 | |||
| 52cacd1233 | |||
| 8ecae4f00f | |||
| cc3990bb88 | |||
| ced928ab78 | |||
| 4b72039417 | |||
| 5791c02c40 |
@@ -25,9 +25,6 @@
|
|||||||
- name: "maintenance"
|
- name: "maintenance"
|
||||||
color: 2af79e
|
color: 2af79e
|
||||||
description: "Generic maintenance tasks."
|
description: "Generic maintenance tasks."
|
||||||
- name: "chore"
|
|
||||||
color: 2af79e
|
|
||||||
description: "Generic chore."
|
|
||||||
- name: "ci"
|
- name: "ci"
|
||||||
color: 1d76db
|
color: 1d76db
|
||||||
description: "Work that improves the continue integration."
|
description: "Work that improves the continue integration."
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ categories:
|
|||||||
- "performance"
|
- "performance"
|
||||||
- title: "🧰 Maintenance"
|
- title: "🧰 Maintenance"
|
||||||
labels:
|
labels:
|
||||||
- "chore"
|
- "maintenance"
|
||||||
- "ci"
|
- "ci"
|
||||||
- title: "📚 Documentation"
|
- title: "📚 Documentation"
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -2,20 +2,20 @@
|
|||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
# yamllint disable-line rule:truthy
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
yamllint:
|
||||||
name: 🧹 yamllint
|
name: yamllint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
- name: 🚀 Run yamllint
|
- name: 🚀 Run yamllint
|
||||||
uses: frenck/action-yamllint@v1.0.1
|
uses: frenck/action-yamllint@v1.1
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
name: 🧹 Prettier
|
name: Prettier
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
|
|||||||
@@ -13,6 +13,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🚀 Run Release Drafter
|
- name: 🚀 Run Release Drafter
|
||||||
uses: release-drafter/release-drafter@v5.13.0
|
uses: release-drafter/release-drafter@v5.15.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🚀 Run stale
|
- name: 🚀 Run stale
|
||||||
uses: actions/stale@v3.0.14
|
uses: actions/stale@v3.0.18
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
|
|||||||
@@ -145,6 +145,8 @@ The following repositories are using this GitHub Action, and thus provide
|
|||||||
you with some real-world uses of this GitHub Action.
|
you with some real-world uses of this GitHub Action.
|
||||||
|
|
||||||
- [Frenck's Home Assistant Configuration](https://github.com/frenck/home-assistant-config)
|
- [Frenck's Home Assistant Configuration](https://github.com/frenck/home-assistant-config)
|
||||||
|
- [Klaasnicolaas - Student Home Assistant Configuration](https://github.com/klaasnicolaas/Student-homeassistant-config)
|
||||||
|
- [Metbril's :sunglasses: Home Assistant Configuration](https://github.com/metbril/home-assistant-config)
|
||||||
|
|
||||||
Are you using this GitHub Action? Feel free to open up a PR to add your
|
Are you using this GitHub Action? Feel free to open up a PR to add your
|
||||||
configuration to this list 😍
|
configuration to this list 😍
|
||||||
|
|||||||
+1
-1
@@ -86,7 +86,7 @@ runs:
|
|||||||
fi
|
fi
|
||||||
echo "::set-output name=version::${version}"
|
echo "::set-output name=version::${version}"
|
||||||
|
|
||||||
docker pull "homeassistant/home-assistant:${version}"
|
docker pull -q "homeassistant/home-assistant:${version}"
|
||||||
|
|
||||||
- name: 🚀 Run Home Assistant Configuration Check
|
- name: 🚀 Run Home Assistant Configuration Check
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user