diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml new file mode 100644 index 0000000..d287426 --- /dev/null +++ b/.github/workflows/code_review.yml @@ -0,0 +1,10 @@ +name: Auto Code Review + +on: + pull_request: + types: [opened, synchronize, reopened] + +jobs: + conflicts: + uses: preprio/.github-workflows/.github/workflows/code-conflicts.yml@main + secrets: inherit