Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Document how to resend missed invites
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Oct 7, 2024
1 parent 669b935 commit 2724533
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ec/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ When replying to emails, make sure it's sent to all of:
- Add their email (and GitHub user if they provided one) to the [`voters.json` file](../voters.json) and commit it
- Reply with
```
Thank you, we are approving your exception request, you have been added to the voters list.
We are approving your exception request, you have been added to the voters list.
```
- If rejected, reply with
```
Expand Down Expand Up @@ -102,3 +102,9 @@ For subsequent rule violations, access to the repo may be revoked:
To actually revoke access, they need to be removed from the NixOS GitHub organisation.
This should only be done if it doesn't revoke any other privileges,
such as write access to repositories or removals from other teams.

## On a missed GitHub org invite

1. Remove their GitHub id from [`invited.txt`](../scripts/invited.txt).
2. Go to the [`voter-team.yml` workflow](https://github.com/NixOS/SC-election-2024/actions/workflows/voter-team.yml)
3. Click "Run workflow" (and confirm it), this will trigger sending of another invite.

0 comments on commit 2724533

Please sign in to comment.