Skip to content

Commit fbfdb35

Browse files
committed
chore: change title, body of the automated pr
1 parent 48402c7 commit fbfdb35

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/auto-pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- develop
66
jobs:
7-
productionPromotion:
7+
syncMainWithDevelop:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
@@ -19,3 +19,6 @@ jobs:
1919
with:
2020
branch: main-sync-with-develop
2121
reviewers: vishalnarkhede, madsroskar, khushal87, santhoshvai, vanGalilea
22+
title: Sync main with develop
23+
body: This automated PR is to keep our main branch updated with develop as soon as possible. Any change to main branch is deployed as a new app in testflight and firebase. And it is accessible to the public.
24+
delete-branch: true

0 commit comments

Comments
 (0)