Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Nov 17, 2024
1 parent 5714f14 commit 49d985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-label-on-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
github-token: ${{ secrets.BOT_TOKEN }}
script: |
const labelToRemove = 'ready to review'; // The name of the label to remove
const labelToRemove = 'waiting-review'; // The name of the label to remove
const { context, github } = require('@actions/github');
// Get repository and PR context information
Expand Down

0 comments on commit 49d985a

Please sign in to comment.