Skip to content

vinegar: added segregrevert, mouselock patch for wine 9.2; vinegar 1.6.1 -> 1.7.3 #421

vinegar: added segregrevert, mouselock patch for wine 9.2; vinegar 1.6.1 -> 1.7.3

vinegar: added segregrevert, mouselock patch for wine 9.2; vinegar 1.6.1 -> 1.7.3 #421

Workflow file for this run

name: "No channel PR"
on:
pull_request:
branches:
- 'nixos-**'
- 'nixpkgs-**'
permissions:
contents: read
jobs:
fail:
permissions:
contents: none
name: "This PR is is targeting a channel branch"
runs-on: ubuntu-latest
steps:
- run: |
cat <<EOF
The nixos-* and nixpkgs-* branches are pushed to by the channel
release script and should not be merged into directly.
Please target the equivalent release-* branch or master instead.
EOF
exit 1