This repo can be controlled with packit.

You'll need a packit.yaml file created.

$ cat <<EOF > ~/.config/packit.yaml
debug: false
dry_run: false
authentication:
    github.com:
        token: XXX
    pagure:
        token: XXX
        instance_url: "https://src.fedoraproject.org"
EOF

The tokens come from:

Packit uses the master branch. Make sure the master branch in the local repo is up to date with latest upstream master. This can be tricky depending on if master tracks your fork or the upstream repo.

Then from this repo you can open a PR with:

$ packit propose-update

If that is not picking up the latest version for some reason you can specify the latest version with a syntax like:

$ packit propose-update https://github.com/dustymabe/vagrant-sshfs.git 1.3.4

You can kick off a build with:

$ packit build

Then sync to other branches and fedpkg build those too.