Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub committed Nov 25, 2024
1 parent 42eb01b commit 41914d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/request-review/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31820,7 +31820,7 @@ async function run() {

const labels = ['devops', 'demo'];

await github.rest.issues.addLabels({
await octokit.rest.issues.addLabels({
...github.context.repo,
labels: labels
});
Expand Down
2 changes: 1 addition & 1 deletion actions/request-review/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function run() {

const labels = ['devops', 'demo'];

await github.rest.issues.addLabels({
await octokit.rest.issues.addLabels({
...github.context.repo,
labels: labels
});
Expand Down

0 comments on commit 41914d2

Please sign in to comment.