This message was deleted.
# general
s
This message was deleted.
g
Hmm, that's an interesting idea. There's nothing built in, but I think a custom policy check could do it.
c
@mammoth-elephant-55302 like Cameron said, there isn’t anything built-in that can do that now. But the idea has come up before. Can you elaborate on what you mean by “uncommitted deploy”? Would it be sufficient to just see if the
git
worktree is dirty or not? (i.e. any files under source control were modified, or new files locally but not in the repo.)
m
Yes I think that would be helpful