diff --git a/remove_user_from_watchlist_pagure.md b/remove_user_from_watchlist_pagure.md new file mode 100644 index 0000000..1776cbe --- /dev/null +++ b/remove_user_from_watchlist_pagure.md @@ -0,0 +1,28 @@ +# How to remove someone from a watch list on pagure + +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 +```` + +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 won't 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 +```