Skip to content

Commit

Permalink
Added synchronize event so PR Author Checklist workflow will run on n…
Browse files Browse the repository at this point in the history
…ew commits added
  • Loading branch information
sebryu committed Sep 26, 2023
1 parent ba51334 commit 3b339d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/authorChecklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR Author Checklist

on:
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]

jobs:
# Note: PHP specifically looks for the name of this job, "checklist", so if the name of the job is changed,
Expand Down

0 comments on commit 3b339d1

Please sign in to comment.