Skip to content

Commit

Permalink
Adding upmerge workflow
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Apr 15, 2024
1 parent 3916512 commit 18aeb2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
# git merge --no-commit origin/$SOURCE_BRANCH
# git commit -m "Upmerge to edge"
# git push --set-upstream origin $BRANCH_NAME
# git reset HEAD docs/config.toml docs/layouts/partials/hooks/body-end.html
- name: Upmerge docs
run: |
export SOURCE_BRANCH=${{ inputs.version }}
Expand All @@ -43,6 +44,7 @@ jobs:
git merge --no-commit origin/$SOURCE_BRANCH
git commit -m "Upmerge to edge"
git push --set-upstream origin $BRANCH_NAME
git reset HEAD docs/config.toml docs/layouts/partials/hooks/body-end.html
- name: Create pull request
env:
GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT}}
Expand Down

0 comments on commit 18aeb2b

Please sign in to comment.