We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbab88a commit c0e2c0aCopy full SHA for c0e2c0a
1 file changed
.github/workflows/close-on-invalid-label.yaml
@@ -18,8 +18,8 @@ permissions:
18
pull-requests: write
19
20
jobs:
21
- close-on-adding-invalid-label:
22
- if: github.repository == 'github/docs' && github.event.label.name == 'invalid'
+ close-if-invalid:
+ if: github.repository == 'github/docs' && (github.event.label.name == 'invalid' || github.event.pull_request.title == 'Revert "Repo sync"')
23
runs-on: ubuntu-latest
24
25
steps:
0 commit comments