Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Set the author of PRs created by GitHub Actions to Hack OSS Team (#499)
Browse files Browse the repository at this point in the history
This PR should fix #494
  • Loading branch information
Atry authored Aug 8, 2022
1 parent 0274a48 commit d0a746a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
id: pull-request-to-update-schema
uses: peter-evans/create-pull-request@v4
with:
author: Hack OSS Team <[email protected]>
branch: update-schema/${{github.ref_name}}
title: Update schema
commit-message: Update schema
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
- if: steps.pull-request-to-update-schema.outputs.pull-request-number && steps.filter.outputs.any-changes == 'true'
uses: peter-evans/create-pull-request@v4
with:
author: Hack OSS Team <[email protected]>
branch: update-latest-breaking-version/${{github.ref_name}}
title: Update schema to a backward incompatible version
commit-message: Update the latest breaking version
Expand Down

0 comments on commit d0a746a

Please sign in to comment.