diff --git a/.gitea/workflows/labeler.yml b/.gitea/workflows/labeler.yml index e177ec3..b85b580 100644 --- a/.gitea/workflows/labeler.yml +++ b/.gitea/workflows/labeler.yml @@ -1,5 +1,6 @@ name: "Pull Request Labeler" on: + pull_request: pull_request_target: jobs: @@ -9,6 +10,9 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v4 + - uses: actions/labeler@v5 with: configuration-path: ".gitea/labeler.yml"