chore: remove labeling chore for now

This commit is contained in:
iCrawl 2022-01-07 20:49:47 +01:00
parent 4a80710e7a
commit b08c41d425
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
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/**/*

View file

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