Skip to content

Commit

Permalink
[ci] Get Update Contributors Action Working
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Feb 10, 2024
1 parent b7fc20e commit 745409c
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: "Update Contributors"

on:
workflow_dispatch:
push:
branches:
- main

jobs:
update-contributors:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps:
- name: "Checkout chipsalliance/firrtl-spec"
uses: actions/checkout@v3
Expand All @@ -18,12 +22,17 @@ jobs:
- name: "Open PR If New Contributors"
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ci/update-contributors
author: chiselbot <${{ chiselbot@users.noreply.github.com }}>
committer: chiselbot <${{ chiselbot@users.noreply.github.com }}>
author: chiselbot <chiselbot@users.noreply.github.com>
committer: chiselbot <chiselbot@users.noreply.github.com>
reviewers: |
seldridge
title: Update Contributors
body-path: Add missing contributors
commit-message: Add missing 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.

0 comments on commit 745409c

Please sign in to comment.