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 70c0fa7 commit 545d5e9Copy full SHA for 545d5e9
.github/workflows/housekeeping-label-feature-pr.yml
@@ -12,7 +12,7 @@ jobs:
12
script: |
13
const branch = context.payload.pull_request.head.ref;
14
if (/^feature\/.*/.test(branch)) {
15
- await github.issues.addLabels({
+ await github.rest.issues.addLabels({
16
owner: context.repo.owner,
17
repo: context.repo.repo,
18
issue_number: context.payload.number,
0 commit comments