Skip to content

Commit 1aca01b

Browse files
committed
Remove console log
1 parent 7d0462c commit 1aca01b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run-tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
const labels = response.data.map(label => label.name);
2929
let hasLabel = labels.includes('safe-to-test')
3030
31-
console.log(context.payload)
3231
if (context.payload.action === 'synchronize' && hasLabel) {
3332
hasLabel = false
3433
await github.rest.issues.removeLabel({

0 commit comments

Comments
 (0)