We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f76df commit 7c9c8dcCopy full SHA for 7c9c8dc
1 file changed
.github/workflows/validate.yaml
@@ -32,11 +32,5 @@ jobs:
32
33
sleep 5
34
exit 0
35
-
36
- - name: 'Remove label'
37
- run: |
38
- curl -X DELETE -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
39
- -H "Accept: application/vnd.github.v3+json" \
40
- "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels/run-full-validation"
41
42
0 commit comments