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
1 change: 1 addition & 0 deletions .github/workflows/rc_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
# Exclude some files known to be divergent during the release process from the PR
git checkout origin/main -- frontend/catalyst/_version.py
git checkout origin/main -- doc/dev/release_notes.rst
git checkout origin/main -- .github/workflows/check-catalyst.yaml
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git commit -m "exclude files from pr"
Expand Down