diff --git a/.github/workflows/prtitlecase.yml b/.github/workflows/prtitlecase.yml index b3150dcc7e9..ecfcf0f85b4 100644 --- a/.github/workflows/prtitlecase.yml +++ b/.github/workflows/prtitlecase.yml @@ -1,7 +1,7 @@ name: PR Title Case -on: - pull_request_target: - types: [opened, edited, synchronize] +on: [] # Disabled for the time being. + # pull_request_target: + # types: [opened, edited, synchronize] env: GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}