Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0927e2c

Browse files
ci(release-drafter): rename pr autolabeler & publish release
1 parent 1124349 commit 0927e2c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/autolabeler.yml renamed to .github/workflows/pr-autolabeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: autolabeler
2+
name: PR Autolabeler
33

44
on:
55
pull_request:

.github/workflows/release.yml renamed to .github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Release
2+
name: Publish Release
33

44
on:
55
push:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# linux_thermal_zone_base
22
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/NathanaelGandhi/linux_thermal_zone_base/main.svg)](https://results.pre-commit.ci/latest/github/NathanaelGandhi/linux_thermal_zone_base/main)
3-
[![Release Drafter](https://github.com/NathanaelGandhi/linux_thermal_zone_base/actions/workflows/release-drafter.yml/badge.svg?branch=release)](https://github.com/NathanaelGandhi/linux_thermal_zone_base/actions/workflows/release-drafter.yml)
3+
[![Publish Release](https://github.com/NathanaelGandhi/linux_thermal_zone_base/actions/workflows/publish-release.yml/badge.svg?branch=release)](https://github.com/NathanaelGandhi/linux_thermal_zone_base/actions/workflows/publish-release.yml)
44
[![Mirror release to humble](https://github.com/NathanaelGandhi/linux_thermal_zone_base/actions/workflows/mirror-release-to-humble.yaml/badge.svg?branch=release)](https://github.com/NathanaelGandhi/linux_thermal_zone_base/actions/workflows/mirror-release-to-humble.yaml)
5+
[![PR Autolabeler](https://github.com/NathanaelGandhi/linux_thermal_zone_base/actions/workflows/pr-autolabeler.yml/badge.svg?branch=main)](https://github.com/NathanaelGandhi/linux_thermal_zone_base/actions/workflows/auto-autolabeler.yml)
56

67
ROS2 node for thermal zone(s) found on linux systems at ```/sys/class/thermal/thermal_zone*```
78

0 commit comments

Comments
 (0)