mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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:
parent
9bf40795d6
commit
f48b732ef1
2 changed files with 0 additions and 17 deletions
2
.github/AUTO_ASSIGN
vendored
2
.github/AUTO_ASSIGN
vendored
|
@ -1,2 +0,0 @@
|
||||||
renovate/tryghost-kg-.* kevinansfield
|
|
||||||
renovate/.* daniellockyer
|
|
15
.github/workflows/auto-assign.yml
vendored
15
.github/workflows/auto-assign.yml
vendored
|
@ -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
|
|
Loading…
Add table
Reference in a new issue