Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/dist-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: dist
token: ${{ secrets.GH_MERGE_TOKEN }}
fetch-depth: 0 # Fetch entire history

- name: Get Previous Commit SHA
id: get-previous-commit
run: echo "previous_commit=$(git rev-parse HEAD^)" >> $GITHUB_OUTPUT

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand All @@ -47,4 +41,3 @@ jobs:
automated pr
dist-update
draft: false # Or true, if you want to review before enabling auto-merge
head: dist