We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5d876 commit 51075c7Copy full SHA for 51075c7
.github/workflows/gitflow-sync-master.yml
@@ -51,3 +51,12 @@ jobs:
51
with:
52
pull-request-number: ${{ steps.open-pr.outputs.pr_number }}
53
review-message: 'Auto approved automated PR'
54
+
55
+ skipped:
56
+ runs-on: ubuntu-20.04
57
+ if: |
58
+ github.event.pull_request.merged == false
59
+ || startsWith(github.event.pull_request.title, "meta(changelog):") == false
60
+ steps:
61
+ - name: Sync skipped
62
+ run: echo "OK"
0 commit comments