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 47b3455 commit b60cf76Copy full SHA for b60cf76
.github/workflows/release-pr.yml
@@ -10,6 +10,7 @@ jobs:
10
release:
11
name: Create Release PR
12
runs-on: ubuntu-latest
13
+ if: ${{ !startsWith(github.event.head_commit.message, 'Version Packages (#') }}
14
steps:
15
- name: Checkout Repo
16
uses: actions/checkout@master
0 commit comments