We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20614b7 commit d96c4c7Copy full SHA for d96c4c7
.github/workflows/labels.yml
@@ -15,7 +15,7 @@ jobs:
15
id: get_labels_api
16
uses: octokit/[email protected] # Use an action to make API requests
17
with:
18
- route: GET /repos/{owner}/{repo}/pulls/{pull_number}/labels
+ route: GET /repos/{owner}/{repo}/issues/{pull_number}/labels
19
owner: ${{ github.repository_owner }}
20
repo: ${{ github.event.repository.name }}
21
pull_number: ${{ github.event.pull_request.number }}
0 commit comments