Skip to content

CD (firtool)

CD (firtool) #5218

Workflow file for this run

name: 'CD (firtool)'
on:
workflow_dispatch:
# Run every 15 minutes.
schedule:
- cron: '*/15 * * * *'
jobs:
cd-circt:
name: 'Check Version, Create PR'
runs-on: ubuntu-22.04
steps:
- name: 'circt/update-circt'
uses: circt/update-circt@v1
with:
user: chiselbot
email: [email protected]
pr-labels: |
Dependency Update
pr-reviewers: |
seldridge
jackkoenig
should-create-pr: '.github/scripts/check-maven-for-llvm-firtool-version.sh'
github-token: ${{ secrets.CHISEL_BOT_TOKEN }}