forked from phase-rs/phase
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (29 loc) · 835 Bytes
/
Copy pathgittensor-impact.yml
File metadata and controls
32 lines (29 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Gittensor Impact Report
on:
schedule:
# Refresh weekly on Monday at 14:00 UTC.
- cron: "0 14 * * 1"
workflow_dispatch:
inputs:
since:
description: "Git date window for the report"
default: "30 days ago"
required: true
permissions:
contents: write
jobs:
refresh:
name: Refresh Gittensor impact assets
if: github.repository == 'phase-rs/phase'
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: matthewevans/gittensor-impact-action@v1
with:
repo: phase-rs/phase
since: ${{ inputs.since || '30 days ago' }}
publish-mode: branch
asset-branch: gittensor-impact-assets
title: "phase.rs is part of the Gittensor community"
accent-color: "#ff6a00"
neutral-color: "#85898b"