diff options
| -rw-r--r-- | .github/workflows/pr-conflicts.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-conflicts.yml b/.github/workflows/pr-conflicts.yml index f7084346c..72ff3969b 100644 --- a/.github/workflows/pr-conflicts.yml +++ b/.github/workflows/pr-conflicts.yml @@ -1,4 +1,4 @@ -ame: "PR Conflicts checker" +name: "PR Conflicts checker"  on:    pull_request_target:      types: [synchronize]  | 
