mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add 2x more TODOs
This commit is contained in:
parent
215209e0ac
commit
819bb25597
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ steps:
|
|||
GitHubName: $(GitHub.Name)
|
||||
GitHubEmail: $(GitHub.Email)
|
||||
|
||||
# TODO: Merge latest data/* and server/src/FilterLists.Data.Migrations/* from origin/master.
|
||||
# TODO: If data/* and server/src/FilterLists.Data.Migrations/* change in origin/master, re-trigger this Pipeline.
|
||||
|
||||
- bash: |
|
||||
LASTMSG=$(git log -n 1 --pretty=format:"%s")
|
||||
echo "Last commit message: $LASTMSG"
|
||||
|
|
|
|||
Loading…
Reference in a new issue