We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5714f14 commit 49d985aCopy full SHA for 49d985a
.github/workflows/remove-label-on-approve.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
github-token: ${{ secrets.BOT_TOKEN }}
21
script: |
22
- const labelToRemove = 'ready to review'; // The name of the label to remove
+ const labelToRemove = 'waiting-review'; // The name of the label to remove
23
const { context, github } = require('@actions/github');
24
25
// Get repository and PR context information
0 commit comments