chore(pull-request): Add automatic labeler (#3398)

This commit is contained in:
Pepe Fagoaga
2024-02-15 14:26:41 +01:00
committed by GitHub
parent d3946840de
commit d6f28be8f2
2 changed files with 43 additions and 0 deletions

16
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: "Pull Request Labeler"
on:
pull_request:
branches:
- "master"
- "prowler-4.0-dev"
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5