Skip to content

Display weed locations as white dots in camera augmentation on real robot #13

Display weed locations as white dots in camera augmentation on real robot

Display weed locations as white dots in camera augmentation on real robot #13

name: Milestone Assigned
on:
pull_request:
types: [milestoned, demilestoned, opened]
jobs:
check-milestone:
runs-on: ubuntu-latest
steps:
- name: Check for milestone
run: |
if [ -z "${{ github.event.pull_request.milestone }}" ]; then
echo "No milestone assigned to the pull request."
exit 1
fi