Skip to content

chore(flake/nixpkgs): 6a1c602a -> ab464abb #5905

chore(flake/nixpkgs): 6a1c602a -> ab464abb

chore(flake/nixpkgs): 6a1c602a -> ab464abb #5905

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_target:
types:
- labeled
jobs:
auto-rebase:
name: AutoRebase
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
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 }}