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 27ea43f commit 8e0601eCopy full SHA for 8e0601e
.github/workflows/autolabel-pr-issue.yml
@@ -20,6 +20,7 @@ jobs:
20
id: extract-issues
21
uses: actions/github-script@v7
22
with:
23
+ github-token: ${{ secrets.GITHUB_TOKEN }}
24
result-encoding: string
25
script: |
26
const prBody = context.payload.pull_request.body || '';
@@ -54,6 +55,7 @@ jobs:
54
55
id: get-labels
56
57
58
59
60
61
const issueNumbers = JSON.parse('${{ steps.extract-issues.outputs.result }}');
@@ -99,6 +101,7 @@ jobs:
99
101
- name: Apply Labels to PR
100
102
103
104
105
106
const labels = ${{ steps.get-labels.outputs.result }};
107
0 commit comments