Removed auto-labeller for PRs

- this was an early attempt to group PRs together by labels, so we can
  triage PRs easier, but it's not finished and actually producing more
  noise than signal
- we might want to re-add this in the future, but for now, silence 🧘
This commit is contained in:
Daniel Lockyer 2024-08-29 10:55:35 +02:00 committed by Daniel Lockyer
parent 2d00d5ca0e
commit 77df6186f0
2 changed files with 0 additions and 18 deletions

7
.github/labeler.yml vendored
View File

@ -1,7 +0,0 @@
'affects:i18n':
- 'ghost/i18n/**'
'affects:admin':
- 'ghost/admin/**'
- 'apps/admin-x-*/**'
'affects:portal':
- 'apps/portal/**'

View File

@ -1,11 +0,0 @@
name: PR labeler
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4