Skip to content

Commit febd6be

Browse files
authored
Update listen to filter author FlutterFlowEng
1 parent bce97c2 commit febd6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github/listen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const webhooks = new Webhooks({
1717

1818
const WEBHOOK_NAME = "push";
1919
const WEBHOOK_GIT_REF = "refs/heads/flutterflow";
20-
const WEBHOOK_GIT_HEAD_COMMIT_AUTHOR_USERNAME = "flutterflow-github-app[bot]";
20+
const WEBHOOK_GIT_HEAD_COMMIT_AUTHOR_USERNAME = "FlutterFlowEng";
2121

2222
webhooks.onAny(({ id, name, payload }) => {
2323
// console.log(name, "event received", id, payload);

0 commit comments

Comments
 (0)