Merge "Update accessbot instructions for OFTC"

This commit is contained in:
Zuul 2021-06-07 01:31:56 +00:00 committed by Gerrit Code Review
commit 04163b9e75
1 changed files with 9 additions and 4 deletions

View File

@ -243,8 +243,8 @@ Accessbot
=========
Accessbot defines access that should apply to all channels. Teams can add new
channel to accessbot/channels.yaml and optionally keep channel operator
permissions to the channel by specifying the full_mask option.
channel to accessbot/channels.yaml and optionally set additional channel admins
or ops, or specific mode overrides:
Accessbot's configuration is in :config:`accessbot/channels.yaml`
@ -252,8 +252,13 @@ Example:
::
- name: openstack-third-party-ci
mask: full_mask
- name: foo
mode: +bar
admins:
- baz
ops:
- xyzzy
- plugh
PTG Bot
=======