1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-11 02:10:11 +01:00

Update auto-labeler.yml

This commit is contained in:
Anthony Stirling 2024-08-16 11:15:37 +01:00 committed by GitHub
parent e89ac84928
commit f5258c593b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,3 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler-config.yml
sync-labels: true
- name: Trigger Build Workflow
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type": "trigger-build", "client_payload": {"pr_number": "${{ github.event.pull_request.number }}"}}'