Skip to content

Commit e190aa1

Browse files
authored
fix error
1 parent 49d985a commit e190aa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
github-token: ${{ secrets.BOT_TOKEN }}
2121
script: |
2222
const labelToRemove = 'waiting-review'; // The name of the label to remove
23-
const { context, github } = require('@actions/github');
2423
2524
// Get repository and PR context information
2625
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)