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

ci(release-drafter): rename pr autolabeler & publish release #14

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: autolabeler
name: PR Autolabeler

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Release
name: Publish Release

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# linux_thermal_zone_interfaces
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/NathanaelGandhi/linux_thermal_zone_interfaces/main.svg)](https://results.pre-commit.ci/latest/github/NathanaelGandhi/linux_thermal_zone_interfaces/main)
[![Release Drafter](https://github.com/NathanaelGandhi/linux_thermal_zone_interfaces/actions/workflows/release-drafter.yml/badge.svg?branch=release)](https://github.com/NathanaelGandhi/linux_thermal_zone_interfaces/actions/workflows/release-drafter.yml)
[![Publish Release](https://github.com/NathanaelGandhi/linux_thermal_zone_interfaces/actions/workflows/publish-release.yml/badge.svg?branch=release)](https://github.com/NathanaelGandhi/linux_thermal_zone_interfaces/actions/workflows/publish-release.yml)
[![Mirror release to humble](https://github.com/NathanaelGandhi/linux_thermal_zone_interfaces/actions/workflows/mirror-release-to-humble.yaml/badge.svg?branch=release)](https://github.com/NathanaelGandhi/linux_thermal_zone_interfaces/actions/workflows/mirror-release-to-humble.yaml)
[![PR Autolabeler](https://github.com/NathanaelGandhi/linux_thermal_zone_interfaces/actions/workflows/pr-autolabeler.yml/badge.svg?branch=main)](https://github.com/NathanaelGandhi/linux_thermal_zone_interfaces/actions/workflows/pr-autolabeler.yml)

ROS2 interfaces for use with the [linux_thermal_zone](https://github.com/NathanaelGandhi/linux_thermal_zone) package

Expand Down
Loading