We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d985a commit e190aa1Copy full SHA for e190aa1
.github/workflows/remove-label-on-approve.yml
@@ -20,7 +20,6 @@ jobs:
20
github-token: ${{ secrets.BOT_TOKEN }}
21
script: |
22
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
26
const { owner, repo } = context.repo;
0 commit comments