We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a05ed4 commit 5ddca12Copy full SHA for 5ddca12
.github/workflows/generate_idehelper.yml
@@ -60,3 +60,13 @@ jobs:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
62
63
+ - name: Create Pull Request
64
+ if: env.has_changes == 'true'
65
+ run: |
66
+ gh pr create \
67
+ --base dev \
68
+ --head ${{ env.branch_name }} \
69
+ --title "Auto-generated IDE helper update" \
70
+ --body "This PR updates the IDE helper files automatically."
71
+ env:
72
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments