Skip to content

Rehost DE421 ephemeris and deprecate #1

Rehost DE421 ephemeris and deprecate

Rehost DE421 ephemeris and deprecate #1

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign aelanman'
uses: pozil/auto-assign-issue@v2
with:
assignees: aelanman
numOfAssignee: 1
allowSelfAssign: true