diff --git a/.gitvote.yml b/.gitvote.yml index d7930df..d6570af 100644 --- a/.gitvote.yml +++ b/.gitvote.yml @@ -6,7 +6,7 @@ profiles: pass_threshold: 51 allowed_voters: teams: - - gitvote-steering + - gitvote-steering exclude_team_maintainers: false periodic_status_check: 1 week close_on_passing: true @@ -22,16 +22,9 @@ profiles: # desired configuration based on the patterns matched. Rules are processed in # the order provided, and the first match wins. # -# automation: -# enabled: true -# rules: -# - patterns: -# - "README.md" -# - "*.txt" -# profile: default -# automation: - enabled: false + enabled: true rules: - - patterns: [] - profile: profile1 + - patterns: + - "/resolutions/proposed/*.md" + profile: default diff --git a/resolutions/README.md b/resolutions/README.md index 768a19d..3ddbb63 100644 --- a/resolutions/README.md +++ b/resolutions/README.md @@ -1,7 +1,7 @@ # TODO Group Resolution Process This process is designed to allow members of the TODO Group to propose actions to be -considered by the Steering Committee, for the Steering Committe to review and discuss +considered by the Steering Committee, for the Steering Committee to review and discuss them, and for actions taken by the Steering Committee to be documented. ## Proposing a resolution @@ -28,7 +28,7 @@ next meeting when the Pull Request is merged. ### Summary -1. Update proposal w/votes, date, and optionally rationale +1. Update proposal with votes, date, and rationale 1. Move proposal to `approved` 1. Push to update the PR 1. Merge the PR @@ -47,7 +47,7 @@ approved, the voting results, and the status will be changed from 'Proposed' to ### Summary -1. Update proposal w/votes, date, rationale +1. Update proposal w/ votes, date, and rationale 1. Move proposal to `declined` 1. Push to update the PR 1. Merge the PR @@ -62,6 +62,7 @@ directory. * The resolution document will be updated to reflect the date of the meeting where it was declined, the voting results, and the status will be changed from 'Proposed' to 'Declined'. +