Skip to content

Commit 49d985a

Browse files
authored
fix
1 parent 5714f14 commit 49d985a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-label-on-approve.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
github-token: ${{ secrets.BOT_TOKEN }}
2121
script: |
22-
const labelToRemove = 'ready to review'; // The name of the label to remove
22+
const labelToRemove = 'waiting-review'; // The name of the label to remove
2323
const { context, github } = require('@actions/github');
2424
2525
// Get repository and PR context information

0 commit comments

Comments
 (0)