diff --git a/.github/workflows/auto-pr-main-to-staging.yml b/.github/workflows/auto-pr-main-to-staging.yml index b06af1d..f469255 100644 --- a/.github/workflows/auto-pr-main-to-staging.yml +++ b/.github/workflows/auto-pr-main-to-staging.yml @@ -18,8 +18,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} base: staging - head: main - title: "Create PR from main to staging" + title: "Auto PR from main to staging" body: "This PR was automatically created to sync changes from `main` to `staging`." branch: auto-pr-main-to-staging delete-branch: true \ No newline at end of file