Skip to content

chore(flake/nixpkgs): 8131c739 -> 0705964c #10439

chore(flake/nixpkgs): 8131c739 -> 0705964c

chore(flake/nixpkgs): 8131c739 -> 0705964c #10439

Workflow file for this run

name: Automatic Rebase
on:
push:
branches-ignore:
# Ignore branches automatically created by github-rebase
- rebase-pull-request**
- cherry-pick-rebase-pull-request**
pull_request:
types:
- labeled
jobs:
autorebase:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v2
id: generate_token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: Label305/AutoRebase@v0.1
with:
github_token: ${{ steps.generate_token.outputs.token }}