Update auto-labeler.yml
This commit is contained in:
parent
e89ac84928
commit
f5258c593b
1 changed files with 0 additions and 8 deletions
8
.github/workflows/auto-labeler.yml
vendored
8
.github/workflows/auto-labeler.yml
vendored
|
@ -18,11 +18,3 @@ jobs:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
configuration-path: .github/labeler-config.yml
|
configuration-path: .github/labeler-config.yml
|
||||||
sync-labels: true
|
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 }}"}}'
|
|
||||||
|
|
Loading…
Reference in a new issue