Skip to content

Commit

Permalink
Remove references to iron from mergify, comment in docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Aug 30, 2023
1 parent 5dce1a5 commit 0e80eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
pull_request_rules:
- name: backport to iron at reviewers discretion
conditions:
- base=main
- "label=backport-iron"
actions:
backport:
branches:
- iron

- name: ask to resolve conflict
conditions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build Docker Images

# There's room for a more sophisticated Docker-image-building apparatus here
# built around the different ROS2 version branches
# But it hurts my head.
on:
push:
branches: [main]
Expand Down

0 comments on commit 0e80eff

Please sign in to comment.