Skip to content

Commit

Permalink
Hopefully fix the autolabel script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt authored Jun 27, 2021
1 parent 08f6d30 commit 619b708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autolabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
const github = require('@actions/github');
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
const {repo, owner, number} = github.context.issue;
await octokit.issues.addLabels({repo, owner, issue_number: number, labels: ['unconfirmed']});
await octokit.rest.issues.addLabels({repo, owner, issue_number: number, labels: ['unconfirmed']});

0 comments on commit 619b708

Please sign in to comment.