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

chore: add combine-dependabot-prs workflow #6162

Merged
merged 4 commits into from
Nov 17, 2022

Conversation

pownkel
Copy link
Contributor

@pownkel pownkel commented Nov 2, 2022

Details

Add a new workflow to automatically combine dependabot PRs into a single PR. Any PR with a failing build or the pr: do not combine label will be excluded from the new combined PR.

This workflow runs automatically every Monday at 1PM UTC (6AM PST), or it can be run manually from the "actions" tab in the repo.

Motivation

Reduce the number of dependabot commits in the repo

Context

This action is already used in the accessibility-insights-service repo on a manual trigger. After a discussion, our team has decided to experiment with using this action on an automatic trigger in our other repos.

Pull request checklist

  • [n/a] Addresses an existing issue: #0000
  • [n/a] Ran yarn null:autoadd
  • [n/a] Ran yarn fastpass
  • [n/a] Added/updated relevant unit test(s) (and ran yarn test)
  • [n/a] Verified code coverage for the changes made. Check coverage report at: <rootDir>/test-results/unit/coverage
  • PR title AND final merge commit title both start with a semantic tag (fix:, chore:, feat(feature-name):, refactor:). See CONTRIBUTING.md.
  • [n/a] (UI changes only) Added screenshots/GIFs to description above
  • [n/a] (UI changes only) Verified usability with NVDA/JAWS

@pownkel pownkel requested a review from a team as a code owner November 2, 2022 23:34
@pownkel pownkel merged commit cc9870f into microsoft:main Nov 17, 2022
@pownkel pownkel deleted the combine-dependabot-prs branch November 17, 2022 21:32
@pownkel pownkel restored the combine-dependabot-prs branch November 17, 2022 21:39
@pownkel pownkel deleted the combine-dependabot-prs branch November 17, 2022 21:39
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.

2 participants