Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #479 from imincik/ci-update-flake-draft
Browse files Browse the repository at this point in the history
ci: create weekly update PR as draft
  • Loading branch information
imincik authored Apr 25, 2024
2 parents 55a54f9 + 6a2d380 commit e5e1091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
body: |
Weekly update of packages.
branch: "${{ steps.branch.outputs.branch }}"
delete-branch: true
commit-message: "flake: weekly update of nix flake inputs"
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
assignees: imincik
# reviewers: imincik
token: ${{ secrets.FLAKE_AUTOUPDATE_TOKEN }}
draft: true
delete-branch: true

0 comments on commit e5e1091

Please sign in to comment.