Skip to content

Commit

Permalink
nit: missed runner sync (#151)
Browse files Browse the repository at this point in the history
# Motivation
<!-- Why is this change necessary? -->

# Content
<!-- Please include a summary of the change -->
# Testing
<!-- How was the change tested? -->
# Please check the following before marking your PR as ready for review

- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed
- [ ] I have read and agree to the [Contributor License
Agreement](../CLA.md)
  • Loading branch information
caroljung-cg authored Jan 28, 2025
1 parent 0df9c80 commit 86f411b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/runner/models/codemod.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Codemod(BaseModel):

# Sentry tags
epic_id: int
is_customer: bool = True
is_admin: bool = False


class GroupingConfig(BaseModel):
Expand Down

0 comments on commit 86f411b

Please sign in to comment.