Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
9dd9d2b
fix(ci): use printf for Linear ticket description newlines
justanothersynth Apr 1, 2026
25a0306
feat(ci): richer Slack summary with pending PR tracking
justanothersynth Apr 2, 2026
fa9178e
docs(ci): improve sync PR description to match Linear ticket style
justanothersynth Apr 2, 2026
a62cbe8
refactor(ci): create Linear ticket before PR and link them via identi…
justanothersynth Apr 2, 2026
8ef1d0d
feat(ci): assign, label, and prioritize Linear tickets from sync work…
justanothersynth Apr 2, 2026
418b1e2
chore(ci): bump actions to Node.js 24 runtime
justanothersynth Apr 2, 2026
019f2be
feat(ci): push updated template to existing sync PRs
justanothersynth Apr 2, 2026
8ddc7e6
docs: update README to reflect workflow changes
justanothersynth Apr 2, 2026
2357433
docs: updated comments
justanothersynth Apr 2, 2026
bfff720
feat(ci): enrich Slack message with PR numbers and Linear ticket links
justanothersynth Apr 2, 2026
4b76a16
feat(ci): LLM-powered auto-assignment for sync tickets and PRs
justanothersynth Apr 2, 2026
15a0cd0
chore: updated slack message formatting
justanothersynth Apr 2, 2026
d4b0e37
fix: use the correct haiku model
justanothersynth Apr 3, 2026
364e9ec
feat(ci): add assignee full names to Slack summary and retry failed P…
justanothersynth Apr 3, 2026
3bb836a
chore(ci): disable Slack link and media unfurling for sync summary
justanothersynth Apr 3, 2026
b3e3732
chore(ci): prefix Slack summary with dependabot.yml sync service label
justanothersynth Apr 3, 2026
f6e2240
chore(ci): add emoji and tweak Slack service label formatting
justanothersynth Apr 3, 2026
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
14 changes: 11 additions & 3 deletions .github/dependabot-python-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Dependabot configuration synced from amera-apps/.github.
# Do not edit in individual repos — changes will be overwritten
# by the sync_dependabot_python workflow.
# Dependabot configuration for Python repos — tells GitHub's Dependabot how
# to check for dependency updates across pip, Docker, and GitHub Actions
# ecosystems. Includes credentials for our private CodeArtifact registry so
# Dependabot can resolve internal packages (e.g. amera-core) when opening
# automated fix and version bump PRs.
#
# This file is synced from the org template at amera-apps/.github.
# ❗ DO NOT edit directly — changes will be overwritten by the next sync run.
# To update, edit the template and let it propagate:
# https://github.com/amera-apps/.github/blob/main/.github/dependabot-python-template.yml
# If you're unsure, reach out to nauras@amerahealthsolutions.com (@justanothersynth)

version: 2

Expand Down
Loading
Loading