diff --git a/.github/AUTO_ASSIGN b/.github/AUTO_ASSIGN deleted file mode 100644 index 5bcbae5956..0000000000 --- a/.github/AUTO_ASSIGN +++ /dev/null @@ -1,2 +0,0 @@ -renovate/tryghost-kg-.* kevinansfield -renovate/.* daniellockyer diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml deleted file mode 100644 index 8d19462516..0000000000 --- a/.github/workflows/auto-assign.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Auto Assign -on: - pull_request: - types: [opened, reopened] -jobs: - automate: - runs-on: ubuntu-22.04 - if: github.repository_owner == 'TryGhost' - env: - FORCE_COLOR: 1 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - steps: - - uses: actions/checkout@v4 - - run: gh extension install daniellockyer/gh-auto-assign - - run: gh auto-assign