diff --git a/.github/workflows/predict-conflicts.yml b/.github/workflows/predict-conflicts.yml new file mode 100644 index 0000000000000..711e2c3ed7086 --- /dev/null +++ b/.github/workflows/predict-conflicts.yml @@ -0,0 +1,24 @@ +name: "Check Potential Conflicts" +on: pull_request + +permissions: + contents: read + pull-requests: write + # Enforce other not needed permissions are off + actions: none + checks: none + deployments: none + issues: none + packages: none + repository-projects: none + security-events: none + statuses: none + +jobs: + main: + runs-on: ubuntu-latest + steps: + - name: check potential conflicts + uses: outsideris/potential-conflicts-checker-action@0.1.0 + with: + ghToken: "${{ secrets.GITHUB_TOKEN }}"