notohh
50c4f5c68f
Some checks failed
ci/woodpecker/pr/flake-lock-update Pipeline is pending
ci/woodpecker/push/checks Pipeline was successful
ci/woodpecker/push/flake-lock-update Pipeline was successful
ci/woodpecker/pr/checks Pipeline failed
ci/woodpecker/cron/flake-lock-update Pipeline is pending
ci/woodpecker/cron/checks Pipeline is running
ci/woodpecker/manual/flake-lock-update Pipeline is pending
ci/woodpecker/manual/checks Pipeline failed
30 lines
869 B
YAML
30 lines
869 B
YAML
steps:
|
|
update:
|
|
image: nixos/nix
|
|
when:
|
|
- event: cron
|
|
cron: flake-lock-update
|
|
commands:
|
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
|
- nix flake update
|
|
make-pr:
|
|
image: johnwalkerx/gitea-pull-request-create-plugin:latest
|
|
pull: true
|
|
when:
|
|
- event: cron
|
|
cron: flake-lock-update
|
|
settings:
|
|
gitea_address: https://git.flake.sh/
|
|
gitea_token:
|
|
from_secret: forgejo_token
|
|
owner: ${CI_REPO_OWNER}
|
|
repo: ${CI_REPO_NAME}
|
|
branch: flake-lock-update
|
|
base_branch: main
|
|
pr_title: "flake.lock: update"
|
|
pr_body: PR automatically created by Woodpecker CI
|
|
skip_on_missing_branch: false
|
|
close_pr_if_empty: true
|
|
delete_branch_if_pr_empty: true
|
|
merge_when_checks_succeed: false
|
|
delete_branch_after_merge: true
|