@@ -41,23 +41,23 @@ jobs:
41
41
PUBLISH_TOKEN : ${{ secrets.JETBRAINS_PUBLISH_PLUGIN_TOKEN }}
42
42
run : ./gradlew publishPlugin
43
43
44
- # Create pull request
45
- - name : Create Pull Request
46
- env :
47
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
- run : |
49
- VERSION="${{ github.event.release.tag_name }}"
50
- BRANCH="changelog-update-$VERSION"
51
-
52
- git config user.email "[email protected] "
53
- git config user.name "GitHub Action"
54
-
55
- git checkout -b $BRANCH
56
- git commit -am "Changelog update - $VERSION"
57
- git push --set-upstream origin $BRANCH
58
-
59
- gh pr create \
60
- --title "Changelog update - \`$VERSION\`" \
61
- --body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
62
- --base master \
63
- --head $BRANCH
44
+ # # Create pull request
45
+ # - name: Create Pull Request
46
+ # env:
47
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
+ # run: |
49
+ # VERSION="${{ github.event.release.tag_name }}"
50
+ # BRANCH="changelog-update-$VERSION"
51
+
52
+ # git config user.email "[email protected] "
53
+ # git config user.name "GitHub Action"
54
+
55
+ # git checkout -b $BRANCH
56
+ # git commit -am "Changelog update - $VERSION"
57
+ # git push --set-upstream origin $BRANCH
58
+
59
+ # gh pr create \
60
+ # --title "Changelog update - \`$VERSION\`" \
61
+ # --body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
62
+ # --base master \
63
+ # --head $BRANCH
0 commit comments