Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

chore(flake/nixpkgs): 5b9b93b9 -> 3934dbde #3927

chore(flake/nixpkgs): 5b9b93b9 -> 3934dbde

chore(flake/nixpkgs): 5b9b93b9 -> 3934dbde #3927

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: tibdex/github-app-token@v1
id: generate_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: Label305/[email protected]
with:
github_token: ${{ steps.generate_token.outputs.token }}