Skip to content

Herdstat Analysis

Herdstat Analysis #21

Workflow file for this run

#
# Copyright (c) 2023 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/herdstat/.github.
#
# SPDX-License-Identifier: MIT
#
name: 'Herdstat Analysis'
on:
workflow_dispatch:
schedule:
# Runs every Monday at midnight
- cron: '0 0 * * 1'
jobs:
herdstat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: herdstat/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ET_HERDSTAT_PAT }}
- uses: peter-evans/create-pull-request@10db75894f6d53fc01c3bb0995e95bd03e583a62
id: cpr
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update `contribution_graph.svg`
committer: epiverse-trace-bot <[email protected]>
author: epiverse-trace-bot <[email protected]>
branch: update-herdstat
add-paths: 'contribution-graph.svg'
title: Automated update of contribution graph
reviewers: chartgerink
delete-branch: true