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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
- name: Create PR using the GitHub REST API via hub
33
+
shell: bash
34
+
env:
35
+
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
36
+
MESSAGE_TITLE: Generated beta models and request builders using Kiota
37
+
MESSAGE_BODY: "This pull request was automatically created by the GitHub Action, **${{github.workflow}}**. \n\n The commit hash is _${{github.sha}}_. \n\n **Important** Check for unexpected deletions or changes in this PR."
0 commit comments