Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace issues/PRs management with GitHub policies #2414

Merged
merged 5 commits into from
Feb 13, 2024

Conversation

fcabrera23
Copy link
Contributor

Migrating the Issues/PR management to leverage the GitHub policies and [Microsft GitHub Policy Service](https://github.com/apps/microsoft-github-policy-service.

  • Add new folder for GitHub policies
  • Add a new file for PR management
  • Add a new file for Issues management
  • Remove old GitHub actions (opening PR/Issues and stale management)

Issues

  • Mark issues as staled (add required labels) (7 days without conv)
  • Close issues (14 days without interactions)
  • Ping every 3 days if no comments are added and it's required by author
  • Events
    ○ If a new comment is added, remove "no recent activity" and add "investigate"
    ○ If closed, remove tags "no recent activity"
    ○ If a comment is added after needs feedback, add the "Review" tag

PRs

  • Mark PRs as staled (add required labels) (7 days without conv)
  • Close PRs (14 days without interactions)
  • Events
    ○ Comment when a new PR is opened
    ○ Add review label when new PR is opened
    ○ If review is added, add the "needs author feedback" tag
    ○ If changes are uploaded after needs feedback, remove that tag and add the "review" tag

@fcabrera23 fcabrera23 changed the title Replace issues/PRs mangement with GitHub policies Replace issues/PRs management with GitHub policies Feb 12, 2024
Copy link
Contributor

@sebassem sebassem left a comment

Choose a reason for hiding this comment

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

LGTM

@fcabrera23 fcabrera23 merged commit f6aa61e into microsoft:main Feb 13, 2024
3 of 4 checks passed
@fcabrera23 fcabrera23 deleted the github-policies branch February 13, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants