Skip to content

Commit

Permalink
include synchronize action for todo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrad committed May 18, 2020
1 parent 3e43264 commit 5477079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/automations/todos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ const runner = require( './runner' );
module.exports = {
name: 'todos',
events: [ 'pull_request', 'push', 'issues' ],
actions: [ 'opened', 'closed', 'edited' ],
actions: [ 'opened', 'synchronize', 'closed', 'edited' ],
runner,
};

0 comments on commit 5477079

Please sign in to comment.