mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Comment on PR
This commit is contained in:
6
.github/workflows/dev-build.yml
vendored
6
.github/workflows/dev-build.yml
vendored
@@ -36,6 +36,12 @@ jobs:
|
||||
leave-comment:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [create-dev-hash, release-ionic]
|
||||
steps:
|
||||
- name: Comment on PR
|
||||
uses: thollander/actions-comment-pull-request@v2
|
||||
with:
|
||||
message: |
|
||||
To test the dev build, update your Ionic packages to version ${{ needs.create-dev-hash.outputs.dev-hash }}
|
||||
|
||||
get-build:
|
||||
name: Get your dev build!
|
||||
|
||||
Reference in New Issue
Block a user