Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

These are experiments around enchancing shipit to accomplish things like the merge duty workflow #1454

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
appease the linter just cuz
  • Loading branch information
gabrielBusta committed May 28, 2024
commit fa15bdb39688fa07a37fd9ea3ca05945188fb2d9
2 changes: 1 addition & 1 deletion api/src/shipit_api/common/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

import slugid
import sqlalchemy as sa
from sqlalchemy.dialects.postgresql import ENUM
import sqlalchemy.orm
from sqlalchemy.dialects.postgresql import ENUM

from backend_common.db import db
from shipit_api.common.config import ALLOW_PHASE_SKIPPING, SIGNOFFS
Expand Down