You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update workflow to create GitHub issue for CLI version
- 📝 Generate issue content file for CLI version updates
- 🔧 Create GitHub issue instead of PR for version updates
- 📄 Include current and latest version details in the issue
-Priyanshu
commit-message: "chore: update PowerApps CLI version to ${{ steps.get_latest_version.outputs.latest_version }}"
59
-
title: "chore: update PowerApps CLI version to ${{ steps.get_latest_version.outputs.latest_version }}"
60
-
body: |
61
-
This PR updates the PowerApps CLI version in `gulpfile.mjs` from ${{ steps.get_current_version.outputs.current_version }} to ${{ steps.get_latest_version.outputs.latest_version }}.
0 commit comments