mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 02:45:44 +03:00
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:
parent
2d00d5ca0e
commit
77df6186f0
7
.github/labeler.yml
vendored
7
.github/labeler.yml
vendored
@ -1,7 +0,0 @@
|
||||
'affects:i18n':
|
||||
- 'ghost/i18n/**'
|
||||
'affects:admin':
|
||||
- 'ghost/admin/**'
|
||||
- 'apps/admin-x-*/**'
|
||||
'affects:portal':
|
||||
- 'apps/portal/**'
|
11
.github/workflows/labeler.yml
vendored
11
.github/workflows/labeler.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user