Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
marickvantuil committed Jan 29, 2024
1 parent 7d0462c commit 1aca01b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
const labels = response.data.map(label => label.name);
let hasLabel = labels.includes('safe-to-test')
console.log(context.payload)
if (context.payload.action === 'synchronize' && hasLabel) {
hasLabel = false
await github.rest.issues.removeLabel({
Expand Down

0 comments on commit 1aca01b

Please sign in to comment.