|
|
|
@ -2,11 +2,10 @@ name: 'PR Release'
|
|
|
|
|
|
|
|
|
|
on: |
|
|
|
|
pull_request: |
|
|
|
|
types: [ |
|
|
|
|
opened, # pull request is created |
|
|
|
|
reopened, # closed pull request is reopened |
|
|
|
|
synchronize # commit(s) pushed to the pull request |
|
|
|
|
] |
|
|
|
|
# opened: pull request is created |
|
|
|
|
# reopened: closed pull request is reopened |
|
|
|
|
# synchronize: commit(s) pushed to the pull request |
|
|
|
|
types: [opened, reopened, synchronize] |
|
|
|
|
paths: |
|
|
|
|
- "packages/nocodb-sdk/**" |
|
|
|
|
- "packages/nc-gui/**" |
|
|
|
@ -73,8 +72,10 @@ jobs:
|
|
|
|
|
DOCKERHUB_TOKEN: "${{ secrets.DOCKERHUB_TOKEN }}" |
|
|
|
|
|
|
|
|
|
leave-comment: |
|
|
|
|
runs-on: 'ubuntu-latest' |
|
|
|
|
needs: [release-docker, set-tag] |
|
|
|
|
uses: peter-evans/commit-comment@v2 |
|
|
|
|
steps: |
|
|
|
|
- uses: peter-evans/commit-comment@v2 |
|
|
|
|
with: |
|
|
|
|
body: | |
|
|
|
|
The PR changes have been deployed. Pleae run the following command to verify: |
|
|
|
|