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

PR and issue automation #1370

Merged
merged 5 commits into from
Jun 30, 2023
Merged

Commits on Jun 28, 2023

  1. Sort dependencies

    Sort the list of dependencies.
    martincostello committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9fd9b01 View commit details
    Browse the repository at this point in the history
  2. Add dependency review

    Add the dependency review action.
    martincostello committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ac60f50 View commit details
    Browse the repository at this point in the history
  3. Use polly-updater-bot

    Use the new `polly-updater-bot` app to apply the .NET SDK updates.
    martincostello committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    eea5c7a View commit details
    Browse the repository at this point in the history
  4. Mark issues and PRs as stale

    - Automatically mark issues and pull requests as stale if there is no activity for 60 days.
    - Automatically close stale issues and pull requests after 14 days.
    martincostello committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c85cf08 View commit details
    Browse the repository at this point in the history
  5. Add pull request review workflows

    - Add a workflow to approve and auto-merge dependabot updates for a trusted set of dependencies.
    - Add a workflow to approve and auto-merge .NET SDK updates by the polly-updater-bot app.
    martincostello committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5cf8b26 View commit details
    Browse the repository at this point in the history