0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Removed GitHub PR auto-assign workflow

- we no longer need this because Renovate should be automerging a lot
  more, and it causes less noise for me
This commit is contained in:
Daniel Lockyer 2023-09-13 10:47:35 +02:00 committed by Daniel Lockyer
parent 9bf40795d6
commit f48b732ef1
2 changed files with 0 additions and 17 deletions

2
.github/AUTO_ASSIGN vendored
View file

@ -1,2 +0,0 @@
renovate/tryghost-kg-.* kevinansfield
renovate/.* daniellockyer

View file

@ -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