Skip to content

Commit 1b4a6ec

Browse files
okwasniewskifacebook-github-bot
authored andcommitted
fix(CI): run monitor-new-issues only in the main repo (#50951)
Summary: This PR makes sure that monitor-new-issues runs only in the main repo. It was failing on my fork and spamming notifications. ## Changelog: [INTERNAL] [FIXED] - run monitor-new-issues only in the main repo Pull Request resolved: #50951 Test Plan: CI Green Reviewed By: cipolleschi Differential Revision: D73763006 Pulled By: cortinico fbshipit-source-id: cbb22f8804448b41de970d3d11930110b353994f
1 parent 403feb9 commit 1b4a6ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/monitor-new-issues.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
monitor-issues:
1414
runs-on: ubuntu-latest
15+
if: github.repository == 'facebook/react-native'
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v4

0 commit comments

Comments
 (0)