feat: revert the labler workflow

This commit is contained in:
Mohamed A. Salah
2025-05-17 13:55:42 +03:00
parent c7871e9e27
commit 9b52e42fe6

View File

@@ -1,6 +1,3 @@
# This is a workflow file that will be used to run the labeler action on pull requests
# The action will add labels to the pull request based on the files that were changed
name: "Pull Request Labeler"
on:
- pull_request_target
@@ -12,7 +9,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
sync-labels: true