Skip to content

Commit

Permalink
IVELOSTIT
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 19, 2024
1 parent e63f420 commit 97be3fb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
with:
binary: ./tmp/restyle-gha

- id: restyler2
run: |
echo "restyled-head=restyled/pb/action" >>"$GITHUB_OUTPUT"
- run: |
cat <<'EOM'
if: ${{ steps.restyler.outputs.differences == 'true' }}
Expand All @@ -98,6 +102,18 @@ jobs:
team-reviewers: ${{ steps.restyler.outputs.restyled-team-reviewers }}
EOM
- run: |
cat <<'EOM'
if: ${{ steps.restyler2.outputs.differences == 'true' }}
base: ${{ github.event.pull_request.head.ref }}
branch: ${{ steps.restyler2.outputs.restyled-head }}
title: ${{ steps.restyler2.outputs.restyled-title }}
body: ${{ steps.restyler2.outputs.restyled-body }}
labels: ${{ steps.restyler2.outputs.restyled-labels }}
reviewers: ${{ steps.restyler2.outputs.restyled-reviewers }}
team-reviewers: ${{ steps.restyler2.outputs.restyled-team-reviewers }}
EOM
- if: ${{ steps.restyler.outputs.differences == 'true' }}
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit 97be3fb

Please sign in to comment.