Skip to content

Make PRs against the RFC branch do automatic renders #66

Make PRs against the RFC branch do automatic renders

Make PRs against the RFC branch do automatic renders #66

Workflow file for this run

on: pull_request
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
format_nixpkgs:
name: Format Nixpkgs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: cachix/install-nix-action@v20
- run: |
./sync-pr.sh \
https://github.com/${{ github.repository }} \
${{ github.event.pull_request.number }} \
https://${{ secrets.NIXPKGS_GITHUB_TOKEN }}@github.com/${{ github.repository_owner }}/nixpkgs \