Skip to content

Commit

Permalink
feat:adding labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyass bzitar authored and ilyass bzitar committed Jul 17, 2024
1 parent d6cedcd commit d94f5fd
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,15 @@
# For more information, see:
# https://github.com/actions/labeler

'package: core':
- packages/automation-extra/**/*
- packages/playright-extra/**/*
- packages/puppeteer-extra/**/*
- packages/automation-extra-plugin/**/*
- packages/puppeteer-extra-plugin/**/*
name: 'Pull Request Labeler'
on:
- pull_request_target

'plugin: automation-extra':
- packages/plugin-*/**/*

'plugin: puppeteer-extra':
- packages/puppeteer-extra-plugin-*/**/*

'plugin: recaptcha 🏴':
- packages/*recaptcha*/**/*

'plugin: stealth ㊙️':
- packages/*stealth*/**/*
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true

0 comments on commit d94f5fd

Please sign in to comment.