File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4343 RELEASE_BRANCH : release-please--branches--main
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4545 run : |
46+ # TODO: This is a temporary fix to clean up the stale release-please branch.
47+ # We should find a better way to handle this.
4648 # Check if the release-please branch exists and delete it if it does
4749 if gh api repos/${{ github.repository }}/git/refs/heads/$RELEASE_BRANCH > /dev/null 2>&1; then
4850 echo "Found stale release-please branch '$RELEASE_BRANCH', deleting it..."
Original file line number Diff line number Diff line change 11use std:: process:: ExitCode ;
22
3- // This comment line is intentionally very long to exceed the standard 80 character line length limit and test how the linter handles it
4-
53use astria_composer:: {
64 Composer ,
75 Config ,
Original file line number Diff line number Diff line change 11use std:: process:: ExitCode ;
22
3- // This comment intentionally exceeds 80 characters to test the updated linter configuration that should now allow longer lines
43use astria_eyre:: eyre:: WrapErr as _;
54use astria_sequencer:: {
65 Config ,
You can’t perform that action at this time.
0 commit comments