Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Nov 1, 2024
1 parent 0ef6b9c commit 086998f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notify-nixpkgs-news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
working-directory: '${{ runner.temp }}/nixpkgs'
run: |
git fetch --depth='1' origin "$COMMIT_SHA"
# TODO: Make sure committer date is correct for shallow-since?
since="$(git log --date=short --format='%cd' -1 "$COMMIT_SHA"..)"
git fetch --shallow-since="$since" 'origin' "refs/heads/$TRACK_BRANCH"
- name: Notify with comment
Expand Down

0 comments on commit 086998f

Please sign in to comment.