Skip to content

Commit

Permalink
Merge pull request #1624 from hydephp/create-workflow-to-label-pull-r…
Browse files Browse the repository at this point in the history
…equests

Internal: Fix workflow formatting
  • Loading branch information
caendesilva authored Mar 18, 2024
2 parents cac2066 + cc6c88b commit 72e1e25
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/label-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
});
const visualTestsLabel = labels.find(label => label.name === 'run-visual-tests');
if (visualTestsLabel) {
await github.rest.issues.removeLabel({
issue_number: context.issue.number,
name: 'run-visual-tests',
owner: context.repo.owner,
repo: context.repo.repo
});
}
if (visualTestsLabel) {
await github.rest.issues.removeLabel({
issue_number: context.issue.number,
name: 'run-visual-tests',
owner: context.repo.owner,
repo: context.repo.repo
});
}

0 comments on commit 72e1e25

Please sign in to comment.