Skip to content

Commit 7891550

Browse files
authored
👷 Update workflows to v3.0.0, restore Release Drafter & tidy README (#392)
1 parent ff5f805 commit 7891550

8 files changed

Lines changed: 23 additions & 51 deletions

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ on:
1212

1313
permissions:
1414
actions: read
15-
contents: write
15+
contents: read
1616
packages: read
17-
pull-requests: read
1817
security-events: write
1918

2019
jobs:
2120
workflows:
22-
uses: hassio-addons/workflows/.github/workflows/base-ci.yaml@3846ae0fd09acec8ac1ac308ceacd052b9d01bec # v2.0.6
21+
uses: hassio-addons/workflows/.github/workflows/base-ci.yaml@383c10d83acbe341acbb35a4a61bfd14827f00f0 # v3.0.0

‎.github/workflows/deploy.yaml‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
ci:
1515
permissions:
1616
actions: read
17-
contents: write
17+
contents: read
1818
packages: read
19-
pull-requests: read
2019
security-events: write
21-
uses: hassio-addons/workflows/.github/workflows/base-ci.yaml@3846ae0fd09acec8ac1ac308ceacd052b9d01bec # v2.0.6
20+
uses: hassio-addons/workflows/.github/workflows/base-ci.yaml@383c10d83acbe341acbb35a4a61bfd14827f00f0 # v3.0.0
2221

2322
deploy:
2423
needs: ci
2524
permissions:
2625
contents: read
2726
packages: write
28-
uses: hassio-addons/workflows/.github/workflows/base-deploy.yaml@3846ae0fd09acec8ac1ac308ceacd052b9d01bec # v2.0.6
27+
uses: hassio-addons/workflows/.github/workflows/base-deploy.yaml@383c10d83acbe341acbb35a4a61bfd14827f00f0 # v3.0.0

‎.github/workflows/labels.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ permissions:
1212

1313
jobs:
1414
workflows:
15-
uses: hassio-addons/workflows/.github/workflows/labels.yaml@3846ae0fd09acec8ac1ac308ceacd052b9d01bec # v2.0.6
15+
uses: hassio-addons/workflows/.github/workflows/labels.yaml@383c10d83acbe341acbb35a4a61bfd14827f00f0 # v3.0.0

‎.github/workflows/lock.yaml‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎.github/workflows/pr-labels.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ permissions: {}
1414

1515
jobs:
1616
workflows:
17-
uses: hassio-addons/workflows/.github/workflows/pr-labels.yaml@3846ae0fd09acec8ac1ac308ceacd052b9d01bec # v2.0.6
17+
uses: hassio-addons/workflows/.github/workflows/pr-labels.yaml@383c10d83acbe341acbb35a4a61bfd14827f00f0 # v3.0.0
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Release Drafter
3+
4+
# yamllint disable-line rule:truthy
5+
on:
6+
push:
7+
branches:
8+
- main
9+
10+
permissions:
11+
contents: write
12+
pull-requests: read
13+
14+
jobs:
15+
workflows:
16+
uses: hassio-addons/workflows/.github/workflows/release-drafter.yaml@383c10d83acbe341acbb35a4a61bfd14827f00f0 # v3.0.0

‎.github/workflows/stale.yaml‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎README.md‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@
44
![Project Stage][project-stage-shield]
55
[![License][license-shield]](LICENSE.md)
66

7-
![Supports aarch64 Architecture][aarch64-shield]
8-
![Supports amd64 Architecture][amd64-shield]
9-
107
[![GitHub Actions][github-actions-shield]][github-actions]
118
![Project Maintenance][maintenance-shield]
129
[![GitHub Activity][commits-shield]][commits]
1310

14-
[![Discord][discord-shield]][discord]
15-
[![Community Forum][forum-shield]][forum]
16-
1711
[![Sponsor Frenck via GitHub Sponsors][github-sponsors-shield]][github-sponsors]
1812

1913
[![Support Frenck on Patreon][patreon-shield]][patreon]
@@ -112,16 +106,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
112106
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
113107
SOFTWARE.
114108

115-
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
116-
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
117109
[bashio]: https://github.com/hassio-addons/bashio
118110
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/app-base.svg
119111
[commits]: https://github.com/hassio-addons/app-base/commits/main
120112
[contributors]: https://github.com/hassio-addons/app-base/graphs/contributors
121113
[discord-ha]: https://discord.gg/c5DvZ4e
122-
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
123114
[discord]: https://discord.me/hassioaddons
124-
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
125115
[forum]: https://community.home-assistant.io/?u=frenck
126116
[frenck]: https://github.com/frenck
127117
[github-actions-shield]: https://github.com/hassio-addons/app-base/workflows/CI/badge.svg

0 commit comments

Comments
 (0)