docs/modules/howtos/pages/remove_user_from_watchlist_pagure.adoc
Michal Konecny 1d458e6d8a Migrate howto repository to infra docs
It doesn't make much sense to have separate guides outside infra documentation.
So let's migrate https://pagure.io/fedora-infra/howtos to infra docs.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-09-18 17:06:59 +02:00

847 B
Raw Permalink Blame History

Log on the host running pagure (src.fedoraproject.org or pagure.io, ie: pkgs02 or pagure01) and run the following command:

pagure-admin update-watch <project> <user>

For example:

pagure-admin update-watch rpms/pcp lberk

It will then ask you which watch status you want to set to the user. In the example below, the status is "unwatch everything" which means the user wont be notified of anything unless explicitely @mentioned or for ticket they opened.

The watch status can be one of the following:
1: watch issues and PRs
0: unwatch, don't notify the user of anything
3: watch issues, PRs and commits
2: watch commits
-1: reset the watch status to default
Status:0
Updating watch status of lberk to 0 (unwatch, don't notify the user of anything) on rpms/pcp