chore: remove labeling chore for now

This commit is contained in:
iCrawl
2022-01-07 20:49:47 +01:00
parent 4a80710e7a
commit b08c41d425
2 changed files with 7 additions and 10 deletions

3
.github/labeler.yml vendored
View File

@@ -1,6 +1,3 @@
chore:
- '*'
'packages:builders': 'packages:builders':
- packages/builders/* - packages/builders/*
- packages/builders/**/* - packages/builders/**/*

View File

@@ -1,12 +1,12 @@
name: "PR Labeler" name: 'PR Labeler'
on: on:
pull_request_target: pull_request:
jobs: jobs:
triage: triage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Automatically label PR - name: Automatically label PR
uses: actions/labeler@v3 uses: actions/labeler@v3
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true sync-labels: true