How to udpate the watch status of someone in dist-git

How to see someone’s watch status

There are two ways you can check this:

How do you update status

  • Using pagure-admin

    On the pagure host, run:

    pagure-admin update-watch <namespace>/<name> <username>

    You will be prompted with options about which status to set, use -1 to revert to the default status.

    Example:

    # pagure-admin update-watch rpms/borgbackup bpereto
    Using configuration file `/etc/pagure/pagure.cfg`
    The watch status can be one of the following:
    -1: reset the watch status to default
    0: unwatch, don't notify the user of anything
    1: watch issues and PRs
    2: watch commits
    3: watch issues, PRs and commits
    Status:-1
    Updating watch status of bpereto to -1 (reset the watch status to default) on rpms/borgbackup