Skip to content

Commit e34c025

Browse files
Merge remote-tracking branch 'origin/master' into jtc/dof_independent_plugins
2 parents 23f55b4 + b21a7e1 commit e34c025

File tree

282 files changed

+10895
-5012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+10895
-5012
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/feature_request.md

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

.github/ISSUE_TEMPLATE/good-first-issue.md

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

.github/mergify.yml

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

11+
- name: Backport to jazzy at reviewers discretion
12+
conditions:
13+
- base=master
14+
- "label=backport-jazzy"
15+
actions:
16+
backport:
17+
branches:
18+
- jazzy
19+
1120
- name: Ask to resolve conflict
1221
conditions:
1322
- conflict

.github/pull_request_template.md

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
- '**.xml'
3535
schedule:
3636
# Run every morning to detect flakiness and broken dependencies
37-
- cron: '03 1 * * *'
37+
- cron: '03 1 * * MON-FRI'
3838

3939
concurrency:
4040
# cancel previous runs of the same workflow, except for pushes on humble branch

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ on:
88
paths:
99
- '**.rst'
1010
- '**.md'
11+
- '**.jpg'
12+
- '**.jpeg'
13+
- '**.png'
14+
- '**.svg'
15+
- '**.yml'
1116
- '**.yaml'
17+
- '!.github/**' # exclude yaml files in .github directory
18+
- '.github/workflows/humble-check-docs.yml'
1219

1320
concurrency:
1421
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/humble-debian-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Debian Humble Source Build
1+
name: Humble - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -17,15 +17,15 @@ on:
1717
- '**.xml'
1818
schedule:
1919
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * *'
20+
- cron: '03 1 * * MON-FRI'
2121

2222
concurrency:
2323
# cancel previous runs of the same workflow, except for pushes on humble branch
2424
group: ${{ github.workflow }}-${{ github.ref }}
2525
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
2626

2727
jobs:
28-
humble_debian:
28+
debian_semi_binary_build:
2929
name: Humble debian build
3030
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
3131
with:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
branches:
77
- humble
8+
push:
9+
branches:
10+
- humble
811

912
concurrency:
1013
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/humble-rhel-semi-binary-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RHEL Humble Binary Build
1+
name: Humble - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -17,15 +17,15 @@ on:
1717
- '**.xml'
1818
schedule:
1919
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * *'
20+
- cron: '03 1 * * MON-FRI'
2121

2222
concurrency:
2323
# cancel previous runs of the same workflow, except for pushes on humble branch
2424
group: ${{ github.workflow }}-${{ github.ref }}
2525
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
2626

2727
jobs:
28-
humble_rhel_binary:
28+
rhel_semi_binary_build:
2929
name: Humble RHEL binary build
3030
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
3131
with:

0 commit comments

Comments
 (0)