We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 880f321 + 8f47ac1 commit fa32635Copy full SHA for fa32635
.github/workflows/label-remove-outdated.yml
@@ -62,7 +62,8 @@ jobs:
62
63
on-pr-close:
64
runs-on: ubuntu-latest
65
- if: github.repository_owner == 'PHPCSStandards' && github.event_name == 'pull_request_target' && github.event.pull_request.merged == false
+ # yamllint disable-line rule:line-length
66
+ if: github.repository_owner == 'PHPCSStandards' && github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == false
67
68
name: Clean up labels on PR close
69
0 commit comments