Skip to content

Commit 24d4047

Browse files
committed
chore: Standardize auto-update workflow (email + workflow_dispatch)
1 parent ee784e3 commit 24d4047

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/auto-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Opens a new PR if there are OpenAPI updates
22
on:
33
schedule:
44
- cron: '0 */3 * * *'
5+
workflow_dispatch:
56

67
permissions:
78
contents: write
@@ -17,7 +18,7 @@ jobs:
1718

1819
- name: Setup Git user
1920
run: |
20-
git config --local user.email "bot@openai.com"
21+
git config --local user.email "dependabot@bot.com"
2122
git config --local user.name "github-actions[bot]"
2223
2324
- name: Generate branch name

0 commit comments

Comments
 (0)