Skip to content

Commit

Permalink
Merge pull request #384 from ergebnis/fix/octokit
Browse files Browse the repository at this point in the history
Fix: Adjust usage of octokit
  • Loading branch information
localheinz authored Nov 8, 2021
2 parents 375552c + a42e41a commit 9909693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if (matches instanceof Array && branchPrefixLabels.hasOwnProperty(matches[1])) {
const label = branchPrefixLabels[matches[1]]
github.issues.addLabels({
github.rest.issues.addLabels({
issue_number: pullRequest.number,
labels: [
label
Expand Down

0 comments on commit 9909693

Please sign in to comment.