Skip to content

feat: added new workflow for issue monitoring in react native#49225

Closed
shubhamguptadream11 wants to merge 2 commits intofacebook:mainfrom
dream-horizon-org:feat/issue-triaging-action
Closed

feat: added new workflow for issue monitoring in react native#49225
shubhamguptadream11 wants to merge 2 commits intofacebook:mainfrom
dream-horizon-org:feat/issue-triaging-action

Conversation

@shubhamguptadream11
Copy link
Copy Markdown
Collaborator

@shubhamguptadream11 shubhamguptadream11 commented Feb 6, 2025

Summary:

While triaging issues in the React Native repository, we face two major challenges:

  • Missing Issues: The large volume of issues makes it difficult to ensure that none are overlooked.
  • Ownership: There is no structured process to determine who should handle which issue.

To address these challenges, we are setting up this action.

Changelog:

Here we are using this github action: https://github.com/react-native-community/repo-monitor to monitor new issues and then notify it on specific discord server to notify someone.

Currently this action runs every 6 hours.

Requirements:

  • We need following inputs to make this workflow run:
    • DISCORD_WEBHOOK_URL to be added in secrets [Needed for posting message in specific channels]
    • role_id: To notify a group.

Test Plan:

NA

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. labels Feb 6, 2025
repo_name: "react-native"
discord_webhook_url: "${{ secrets.DISCORD_WEBHOOK_URL }}"
discord_id_type: "role"
discord_ids: "role_id" No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
discord_ids: "role_id"
discord_ids: "1295340673779630141"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Added

@cortinico
Copy link
Copy Markdown
Contributor

@shubhamguptadream11 you can update the role id and we should be good to go merging this one 👍

@facebook-github-bot
Copy link
Copy Markdown
Contributor

@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Feb 6, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@cortinico merged this pull request in ea87605.

@react-native-bot
Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @shubhamguptadream11 in ea87605

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants