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

Commit

Permalink
Improve pull request description (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Jun 3, 2022
1 parent afc2de2 commit 274e7e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- if: github.event_name != 'pull_request'
run: bin/update-schema --hhvm-path=./.var/tmp/hhvm
- if: github.event_name != 'pull_request'
id: pull-request-to-update-schema
uses: peter-evans/create-pull-request@v4
with:
branch: update-schema/${{github.ref_name}}
Expand All @@ -90,5 +91,5 @@ jobs:
title: Update schema to a backward incompatible version
commit-message: Update the latest breaking version
body: |
This PR updates assumes the latest schema is a breaking change.
Feel free to close this PR if the schema is actually backward compatible with previous schema versions.
This PR assumes the latest schema is a breaking change.
Feel free to close this PR and instead merge #${{steps.pull-request-to-update-schema.outputs.pull-request-number}}, if the schema is actually backward compatible with previous schema versions.

0 comments on commit 274e7e0

Please sign in to comment.