Skip to content

Commit

Permalink
Update .github/workflows/supersetbot.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
  • Loading branch information
mistercrunch and betodealmeida authored Feb 9, 2024
1 parent f893e84 commit a2d8034
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/supersetbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
repo: context.repo.repo,
issue_number: issueNumber,
labels: [label],
}).catch(error => {
console.log(error);
});
}).catch(console.log);
} else if (command === 'unlabel') {
const label = args[0];
await github.rest.issues.removeLabel({
Expand Down

0 comments on commit a2d8034

Please sign in to comment.