Skip to content

Commit

Permalink
Prefix automated test commits messages
Browse files Browse the repository at this point in the history
Having the prefix makes it easier to quickly tell which commits were
generated. Has been helpful in local dev when generating multiple test
commits and needing to squash them down before pushing them up to
Github.
  • Loading branch information
sheck committed Oct 8, 2024
1 parent 436e398 commit 436d9d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"cp test/snapshots/base/* test/v7",
"cp test/snapshots/base/* test/v8",
"cp test/snapshots/base/* test/v9",
"git add . && git commit -m 'Undo simulated changes'",
"git add . && git commit -m 'Automated: Undo simulated changes'",
"echo \"{ \\\"pull_request\\\": { \\\"base\\\": { \\\"sha\\\": \\\"$(git rev-parse HEAD)\\\" } } }\" > test/pull_request_event_payload.json",
"git add . && git commit -m 'Update test target sha'",
"git add . && git commit -m 'Automated: Update test target sha'",
"cp test/snapshots/updates/* test/v6",
"cp test/snapshots/updates/* test/v7",
"cp test/snapshots/updates/* test/v8",
"cp test/snapshots/updates/* test/v9",
"git add . && git commit -m 'Simulate changes'"
"git add . && git commit -m 'Automated: Simulate changes'"
]
}
}
Expand Down

0 comments on commit 436d9d9

Please sign in to comment.