Skip to content

Commit

Permalink
Let check-for-reproducer run only on newly created issues. (facebook#…
Browse files Browse the repository at this point in the history
…38634)

Summary:
Pull Request resolved: facebook#38634

To reduce the noise of the `check-for-reproducer` bot, this restricts the event
that trigger the bot to only the issue creation.

Changelog:
[Internal] [Changed] - Let check-for-reproducer run only on newly created issues

Reviewed By: cipolleschi

Differential Revision: D47792374

fbshipit-source-id: 738a9342899e234022029e94f43b0dccebc21819
  • Loading branch information
cortinico authored and billnbell3 committed Jul 29, 2023
1 parent 3b56c03 commit 1ad87ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-for-reproducer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Check for reproducer
# Also, when a comment is added, edited or deleted.
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited, deleted]
types: [opened]

jobs:
check-for-reproducer:
Expand Down

0 comments on commit 1ad87ef

Please sign in to comment.