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 ee784e3 commit 24d4047Copy full SHA for 24d4047
1 file changed
.github/workflows/auto-update.yml
@@ -2,6 +2,7 @@ name: Opens a new PR if there are OpenAPI updates
2
on:
3
schedule:
4
- cron: '0 */3 * * *'
5
+ workflow_dispatch:
6
7
permissions:
8
contents: write
@@ -17,7 +18,7 @@ jobs:
17
18
19
- name: Setup Git user
20
run: |
- git config --local user.email "bot@openai.com"
21
+ git config --local user.email "dependabot@bot.com"
22
git config --local user.name "github-actions[bot]"
23
24
- name: Generate branch name
0 commit comments