Skip to content

Commit

Permalink
Remove addLabels call
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 1, 2024
1 parent b75fc2d commit a1c8998
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/monthly-nightly-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,3 @@ jobs:
base: "develop",
body: "PR auto-generated by a GitHub workflow."
});
github.rest.issues.addLabels({
owner,
repo,
issue_number: result.data.number,
labels: []
});

0 comments on commit a1c8998

Please sign in to comment.