Skip to content

Hazard avoid and floodfill path choice #305

Hazard avoid and floodfill path choice

Hazard avoid and floodfill path choice #305

Workflow file for this run

name: New Pull Request
on:
pull_request:
branches:
- main
permissions:
pull-requests: write
contents: read
jobs:
comment:
if: github.event_name == 'pull_request' && github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
# Post a comment on newly opened PRs describing the deployment process and related PR steps to deploy
- uses: actions/checkout@v3.0.2
- name: comment
uses: GrantBirki/comment@v2.0.6
with:
file: .github/new_pull_request.md