We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d184572 commit c6cb69aCopy full SHA for c6cb69a
1 file changed
.github/workflows/pull-request-comments.yml
@@ -27,7 +27,7 @@ jobs:
27
issues: write
28
pull-requests: write
29
timeout-minutes: 5
30
- if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request_target' }}
+ if: ${{ github.event_name == 'pull_request_target' }}
31
steps:
32
- name: Post a welcome comment
33
uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
0 commit comments