Compare commits

..

No commits in common. "af6fbb002220af0021197469f0559bc9020f1e02" and "e0b0ae4bc86c70b61539c8c88a0b1ab8a5816ac3" have entirely different histories.

2 changed files with 7 additions and 13 deletions

View file

@ -4,10 +4,10 @@ let
url = "https://github.com/NixOS/nixpkgs/archive/1267bb4920d0fc06ea916734c11b0bf004bbe17e.tar.gz"; url = "https://github.com/NixOS/nixpkgs/archive/1267bb4920d0fc06ea916734c11b0bf004bbe17e.tar.gz";
sha256 = "sha256:0sjac485rc346hpj5dvidh3lqdlq5lp7y7glicibgxqizrb90dpc"; sha256 = "sha256:0sjac485rc346hpj5dvidh3lqdlq5lp7y7glicibgxqizrb90dpc";
}; };
# Tracking TaskBot main as of 2026-03-05. # Tracking TaskBot main as of 2026-03-02.
taskbotSrc = fetchTarball { taskbotSrc = fetchTarball {
url = "https://git.fa-fo.de/rahix/TaskBot/archive/e0b0ae4bc86c70b61539c8c88a0b1ab8a5816ac3.tar.gz"; url = "https://git.fa-fo.de/rahix/TaskBot/archive/0978ed7b5e86589728d538f0fe72e1a86018b0a5.tar.gz";
sha256 = "sha256:0vwqyqfvz84cqifn1v54xd74di9l3n1wrjqz8jhgz3h69366w7hj"; sha256 = "sha256:0x9bw0vbhl8x83jik40qv4ylvp29dl2ixzrkn3l43f5hym5fqjca";
}; };
in with import nixpkgsSrc {}; let in with import nixpkgsSrc {}; let

View file

@ -2,15 +2,9 @@ on:
schedule: schedule:
- cron: '0 8,18 * * *' - cron: '0 8,18 * * *'
# For testing: # For testing:
push: # push:
branches: # branches:
- 'ci-staging' # - 'poc'
workflow_dispatch:
inputs:
RUST_LOG:
description: 'RUST_LOG environment variable for log filter'
type: string
required: false
jobs: jobs:
build: build:
@ -18,4 +12,4 @@ jobs:
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- name: Run TaskBot - name: Run TaskBot
run: RUST_LOG="${{ inputs.RUST_LOG || 'info' }}" nix-shell .forgejo/script/taskbot.nix --run "fafo-taskbot" run: nix-shell .forgejo/script/taskbot.nix --run "fafo-taskbot"