[cd] Bump CIRCT from firtool-1.92.0 to firtool-1.93.1 (#257) #88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Update Contributors" | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
update-contributors: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: "Checkout chipsalliance/firrtl-spec" | |
uses: actions/checkout@v4 | |
- name: "Update Contributors In-Place" | |
shell: bash | |
run: | | |
./scripts/get-contributors.sh -g ${{ secrets.GITHUB_TOKEN }} > include/contributors.json | |
- name: "Open PR If New Contributors" | |
uses: peter-evans/create-pull-request@v7 | |
with: | |
token: ${{ secrets.CHISEL_BOT_TOKEN }} | |
branch: ci/update-contributors | |
author: chiselbot <[email protected]> | |
committer: chiselbot <[email protected]> | |
reviewers: | | |
seldridge | |
title: Update Contributors | |
body: | | |
Add missing contributors. | |
This is an automated PR generated by [this GitHub Action](https://github.com/chipsalliance/firrtl-spec/actions/workflows/update-contributors.yml). | |
commit-message: | | |
Add missing contributors. | |
This is an automated commit. |