WHAT
My project uses tfnotify with Github and Travis as CI.
A CI execution for a specific commit also produces a plan and an apply results.
The plan result goes to the actual commit, that the CI was executed on, while the apply result goes to the previous commit. It would be good if an execution result would go to the same commit and this commit would be the actual commit.
WHY
To review back the CI execution results, it is easier to compare the plan and apply results, if it goes to the current commit.
I tried to create an image that depicts the current operation:
