mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add 2x low-priority TODOs to validate bot commits are being used in logic
This commit is contained in:
parent
69ec1abb91
commit
c9fb38ceea
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ steps:
|
|||
# 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.
|
||||
|
||||
# TODO: validate author of last commit was $(GITHUBNAME)
|
||||
- bash: |
|
||||
LASTMSG=$(git log -n 1 --pretty=format:"%s")
|
||||
echo "Last commit message: \"$LASTMSG\""
|
||||
|
|
@ -53,6 +54,7 @@ steps:
|
|||
GITHUBEMAIL: $(GITHUBEMAIL)
|
||||
condition: and(ne(variables['abortIfJustMigrated.aborted'], 'true'), succeeded())
|
||||
|
||||
# TODO: additionally grep on author of $(GITHUBNAME) when getting $REVERTHASH
|
||||
- bash: |
|
||||
MIGLIST=$(dotnet ef migrations list -p FilterLists.Data.Migrations -s FilterLists.Api)
|
||||
echo "$MIGLIST"
|
||||
|
|
|
|||
Loading…
Reference in a new issue