Skip to content

Commit

Permalink
Let check-for-reproducer run only on newly created issues. (#38634)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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 facebook-github-bot committed Jul 26, 2023
1 parent 823b1f4 commit ad91518
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

1 comment on commit ad91518

@7685
Copy link

@7685 7685 commented on ad91518 Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kk

Please sign in to comment.