We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0462c commit 1aca01bCopy full SHA for 1aca01b
.github/workflows/run-tests.yml
@@ -28,7 +28,6 @@ jobs:
28
const labels = response.data.map(label => label.name);
29
let hasLabel = labels.includes('safe-to-test')
30
31
- console.log(context.payload)
32
if (context.payload.action === 'synchronize' && hasLabel) {
33
hasLabel = false
34
await github.rest.issues.removeLabel({
0 commit comments