Skip to content

Commit

Permalink
Fixes to description and branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 3, 2023
1 parent 8a8e810 commit 17761fb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/update_iers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
base: v5.0.x
branch: update-iers
branch: update-iers-5.0.x
branch-suffix: timestamp
delete-branch: true
labels: no-changelog-entry-needed, utils.iers
title: Update IERS Earth rotation and leap second tables in v5.0.x
body: |
This is an automated update of the IERS Earth rotation and leap second tables to the v5.0.x branch.
:warning: Please close and re-open this pull request to trigger the CI :warning:
update-iers-53x:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
Expand Down Expand Up @@ -76,10 +78,12 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
base: v5.3.x
branch: update-iers
branch: update-iers-v5.3.x
branch-suffix: timestamp
delete-branch: true
labels: no-changelog-entry-needed, utils.iers
title: Update IERS Earth rotation and leap second tables in v5.3.x
body: |
This is an automated update of the IERS Earth rotation and leap second tables to the v5.0.x branch.
This is an automated update of the IERS Earth rotation and leap second tables to the v5.3.x branch.
:warning: Please close and re-open this pull request to trigger the CI :warning:

0 comments on commit 17761fb

Please sign in to comment.