mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
* feat: add dependabot auto merge & grouping Adds grouping for Dependabot PRs, meaning we no longer need to manually group PRs that fail tests due to incompatible groups. Adds auto-merge of Dependabot PRs when they pass all tests. * roll back dependabot label changes * use secrets.GITHUB_TOKEN for automated PRs from Dependabot * Automerge Dependabot PRS, use REPLICATED_GH_PAT for secret * amend and simplify auto-dependabot job * simplify PR jobs * remove CODEOWNER ownership for go.mod * Update .github/workflows/automated-prs-manager.yaml Co-authored-by: Salah Al Saleh <sg.alsaleh@gmail.com> --------- Co-authored-by: Salah Al Saleh <sg.alsaleh@gmail.com>
22 lines
631 B
Plaintext
22 lines
631 B
Plaintext
# Lines starting with '#' are comments.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
# More details are here: https://help.github.com/articles/about-codeowners/
|
|
|
|
# The '*' pattern is global owners.
|
|
|
|
# Order is important. The last matching pattern has the most precedence.
|
|
# The folders are ordered as follows:
|
|
|
|
# In each subsection folders are ordered first by depth, then alphabetically.
|
|
# This should make it easy to add new rules without breaking existing ones.
|
|
|
|
## RULES
|
|
|
|
* @replicatedhq/troubleshoot
|
|
*.md @replicatedhq/cre
|
|
go.mod
|
|
go.sum
|
|
/examples/sdk/helm-template/go.mod
|
|
/examples/sdk/helm-template/go.sum
|