Skip to content

Commit 7b7f70c

Browse files
Remove iron workflows and update readme (#612)
1 parent 0c70092 commit 7b7f70c

10 files changed

+0
-211
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ updates:
1111
directory: "/"
1212
schedule:
1313
interval: "weekly"
14-
- package-ecosystem: "github-actions"
15-
# Workflow files stored in the
16-
# default location of `.github/workflows`
17-
directory: "/"
18-
schedule:
19-
interval: "weekly"
20-
target-branch: "iron"
2114
- package-ecosystem: "github-actions"
2215
# Workflow files stored in the
2316
# default location of `.github/workflows`

.github/mergify.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ pull_request_rules:
88
branches:
99
- humble
1010

11-
- name: Backport to iron at reviewers discretion
12-
conditions:
13-
- base=master
14-
- "label=backport-iron"
15-
actions:
16-
backport:
17-
branches:
18-
- iron
19-
2011
- name: Ask to resolve conflict
2112
conditions:
2213
- conflict

.github/workflows/iron-binary-build.yml

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

.github/workflows/iron-check-docs.yml

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

.github/workflows/iron-docker-build.yaml

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

.github/workflows/iron-pre-commit.yml

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

.github/workflows/iron-semi-binary-build.yml

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ ROS 2 Distro | Branch | Build status | Documentation
112112
:----------: | :----: | :----------: | :-----------:
113113
**Rolling** | [`master`](https://github.com/ros-controls/ros2_control_demos/tree/master) | [![Rolling Binary Build](https://github.com/ros-controls/ros2_control_demos/actions/workflows/rolling-binary-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/ros2_control_demos/actions/workflows/rolling-binary-build.yml?branch=master) <br /> [![Rolling Semi-Binary Build](https://github.com/ros-controls/ros2_control_demos/actions/workflows/rolling-semi-binary-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/ros2_control_demos/actions/workflows/rolling-semi-binary-build.yml?branch=master) <br /> | [Documentation](https://control.ros.org/master/index.html) <br /> [API Reference](https://control.ros.org/master/doc/api/index.html)
114114
**Jazzy** | [`master`](https://github.com/ros-controls/ros2_control_demos/tree/master) | [![Rolling Binary Build](https://github.com/ros-controls/ros2_control_demos/actions/workflows/rolling-binary-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/ros2_control_demos/actions/workflows/rolling-binary-build.yml?branch=master) <br /> [![Rolling Semi-Binary Build](https://github.com/ros-controls/ros2_control_demos/actions/workflows/rolling-semi-binary-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/ros2_control_demos/actions/workflows/rolling-semi-binary-build.yml?branch=master) <br /> | [Documentation](https://control.ros.org/master/index.html) <br /> [API Reference](https://control.ros.org/jazzy/doc/api/index.html)
115-
**Iron** | [`iron`](https://github.com/ros-controls/ros2_control_demos/tree/iron) | [![Iron Binary Build](https://github.com/ros-controls/ros2_control_demos/actions/workflows/iron-binary-build.yml/badge.svg?branch=iron)](https://github.com/ros-controls/ros2_control_demos/actions/workflows/iron-binary-build.yml?branch=iron) <br /> [![Iron Semi-Binary Build](https://github.com/ros-controls/ros2_control_demos/actions/workflows/iron-semi-binary-build.yml/badge.svg?branch=iron)](https://github.com/ros-controls/ros2_control_demos/actions/workflows/iron-semi-binary-build.yml?branch=iron) <br /> | [Documentation](https://control.ros.org/iron/index.html) <br /> [API Reference](https://control.ros.org/iron/doc/api/index.html)
116115
**Humble** | [`humble`](https://github.com/ros-controls/ros2_control_demos/tree/humble) | [![Humble Binary Build](https://github.com/ros-controls/ros2_control_demos/actions/workflows/humble-binary-build.yml/badge.svg?branch=humble)](https://github.com/ros-controls/ros2_control_demos/actions/workflows/humble-binary-build.yml?branch=humble) <br /> [![Humble Semi-Binary Build](https://github.com/ros-controls/ros2_control_demos/actions/workflows/humble-semi-binary-build.yml/badge.svg?branch=humble)](https://github.com/ros-controls/ros2_control_demos/actions/workflows/humble-semi-binary-build.yml?branch=humble) <br /> | [Documentation](https://control.ros.org/humble/index.html) <br />[API Reference](https://control.ros.org/humble/doc/api/index.html)
117116

118117

ros2_control_demos-not-released.iron.repos

Lines changed: 0 additions & 1 deletion
This file was deleted.

ros2_control_demos.iron.repos

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

0 commit comments

Comments
 (0)