Skip to content

Commit f2e0763

Browse files
committed
Set branch and update config
1 parent 45364dc commit f2e0763

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/namespace_declarations.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,17 @@ jobs:
7575
- name: 'Create pull request'
7676
uses: peter-evans/create-pull-request@v3
7777
with:
78-
branch: update-namespace-declarations
79-
commit-message: 'Update namespace TypeScript declarations'
8078
title: 'Update namespace TypeScript declarations'
8179
body: |
8280
This PR
8381
8482
- updates namespace TypeScript declarations
8583
84+
commit-message: 'Update namespace TypeScript declarations'
8685
labels: |
8786
documentation
8887
automated-pr
8988
team-reviewers: |
9089
stdlib-reviewers
90+
branch: update-namespace-declarations
91+
delete-branch: true

.github/workflows/repl_docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,17 @@ jobs:
8686
- name: 'Create pull request'
8787
uses: peter-evans/create-pull-request@v3
8888
with:
89-
branch: update-repl-docs
90-
commit-message: 'Update REPL namespace'
9189
title: 'Update REPL namespace'
9290
body: |
9391
This PR
9492
9593
- updates the REPL namespace
9694
95+
commit-message: 'Update REPL namespace'
9796
labels: |
9897
documentation
9998
automated-pr
10099
team-reviewers: |
101100
stdlib-reviewers
101+
branch: update-repl-docs
102+
delete-branch: true

0 commit comments

Comments
 (0)