Skip to content

Commit

Permalink
Remove TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotsykes committed Feb 24, 2024
1 parent 1395d75 commit 26f05ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ on: [push]
# schedule:
# - cron: '17 8 10 * *' # Run monthly on the 10th, at 8:17am

# TODO:
# 1. Checkout then create a branch like submodules-update-<timestamp>
# 2. Run `git submodule update --remote --merge` to update all git submodules (https://stackoverflow.com/questions/8191299/update-a-submodule-to-the-latest-commit/42175412#42175412)
# 3. Commit results
# 4. Push branch
# 5. Open PR

jobs:
update:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26f05ee

Please sign in to comment.