Posts tagged "Workflow"

Subscribe to feed
  • Use Netlify Agent Runners from Linear

    Linear users can now launch Netlify Agent Runners directly from any Linear issue, allowing you to seamlessly share context with your AI agent of choice. If you have your Linear issue synced with related Slack messages, this context will also be included in your agent run prompt.

    Before starting your agent run, you can review and edit your prompt. Next, you can choose which AI agent to use — Claude Code, Google Gemini, or OpenAI Codex. Netlify Agent Runners doesn’t lock you into using a single AI agent so you can pick the agent that fits the task best.

    To start an agent run from Linear:

    1. Go to a Linear issue where you want to trigger an agent run.
    2. In the top right corner, select Configure coding tools…. Linear issue view showing the Configure coding tools option in the top right corner
    3. Toggle Netlify Agent Runners on.
    4. Go back to the issue and in the top right corner, select Open in Netlify Agent Runners. Linear issue view showing the Open in Netlify Agent Runners option in the top right corner
    5. Review the prompt and choose your AI agent.
    6. To start the agent run, select Run task.

    Once you’ve enabled this integration from your personal Linear preference settings, any Linear issue you open in your workspace will give you the option to open with Netlify Agent Runners.

    Now your entire team can save time and seamlessly share context between Linear and Netlify Agent Runners while keeping this work clearly tracked across Linear and Netlify. Learn more about Agent Runners.

    Permalink to Use Netlify Agent Runners from Linear
  • Apply specific environment variable values to all branches with a prefix

    We now support configuring your environment variables to apply a value to groups of branches with a given prefix. Explore the new functionality in Site configuration > Environment variables. When adding a branch value for your environment variable, add a wildcard at the end to apply the value to all branches beginning with the prefix. For example setting the branch name to release/* will apply the supplied value to branches named release/1.2, release/alpha-0.0.1, and so on.

    Combine with the ability to configure your site to deploy branches matching selected prefixes to super-charge your branch workflows!

    Permalink to Apply specific environment variable values to all branches with a prefix
  • Set up deploys for all branches with a prefix

    Netlify UI settings to deploy all branches with the prefix release

    We now support configuring your site to deploy all branches with a specific prefix. Leverage the new functionality by configuring Branch Deploys in Site Configuration > Continuous deployment. Add a wildcard at the end of your prefix to deploy all branches beginning with the given text - for example, enter release/* to automatically deploy release/alpha-1, release/v2, and so on.

    Permalink to Set up deploys for all branches with a prefix