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.
1 parent 0f07801 commit 3ef3c81Copy full SHA for 3ef3c81
.github/workflows/first-responder-docs-content.yml
@@ -53,7 +53,7 @@ jobs:
53
54
first-responder-remove-pr:
55
name: Remove PR from FR project board
56
- if: github.repository == 'github/docs-internal' && (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed'
+ if: github.repository == 'github/docs-internal' && ((github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed')
57
runs-on: ubuntu-latest
58
59
steps:
0 commit comments