Skip to content

docs(ravion): document --description on project config apply - #18

Open
devin-ai-integration[bot] wants to merge 4 commits into
mainfrom
devin/1785514742-apply-run-description-docs
Open

docs(ravion): document --description on project config apply#18
devin-ai-integration[bot] wants to merge 4 commits into
mainfrom
devin/1785514742-apply-run-description-docs

Conversation

@devin-ai-integration

Copy link
Copy Markdown

Summary

Documents the new ravion project config apply --description flag (flightcontrolhq/flightcontrol#6743), which sets the description on every stack run an apply creates so runs link back to the change that caused them.

The CI-integration workflow template's apply job now derives the link and passes it, preferring the PR referenced by the merge/squash commit subject and falling back to the commit:

description="Config apply from $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$GITHUB_SHA"
pull_request=$(head -n 1 <<< "$COMMIT_SUBJECT" | grep -oE '#[0-9]+' | tail -n 1 | tr -d '#') || true
[ -n "$pull_request" ] && description="Config apply from $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pull/$pull_request"

RAVION_CLI_VERSION in the template and its agent-prompt step move to 0.2.20, the first release with the flag. cli/reference/project.mdx is regenerated from the CLI, and config-as-code/project-config-file.mdx mentions the flag alongside --autoapprove.

Link to Devin session: https://app.devin.ai/sessions/1394b1c0836f44fc8ef4ac685d431726
Requested by: @flybayer

Co-Authored-By: brandon <brandon@flightcontrol.dev>
@devin-ai-integration
devin-ai-integration Bot requested a review from flybayer as a code owner July 31, 2026 16:19
@flybayer flybayer self-assigned this Jul 31, 2026
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@mintlify

mintlify Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Ravion 🟢 Ready View Preview Jul 31, 2026, 4:22 PM

…abulary

Co-Authored-By: brandon <brandon@flightcontrol.dev>
Co-Authored-By: brandon <brandon@flightcontrol.dev>
Co-Authored-By: brandon <brandon@flightcontrol.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant