Rename "depends" parameter to "needs" in custom jobs to match GitHub Actions terminology - #524
Merged
Merged
Conversation
…Actions terminology Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rename "Depends" parameter in the custom jobs to "Needs" to match the github actions terminology. Also update the frontmatter to use 'needs' and not 'depends'. Do not add a legacy mode.
Rename "depends" parameter to "needs" in custom jobs to match GitHub Actions terminology
Sep 7, 2025
pelikhan
approved these changes
Sep 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR renames the
dependsparameter toneedsin custom job definitions within workflow frontmatter to align with GitHub Actions standard terminology.Problem
The current implementation uses
dependsas the parameter name for job dependencies in custom jobs, which is inconsistent with GitHub Actions' standardneedsclause:Solution
This change updates the frontmatter parser and internal job representation to use
needsinstead ofdepends:needsinstead ofdependswhen processing custom job definitionsJobstruct field is renamed fromDependstoNeedsneeds:clauses in the generated GitHub Actions workflowsExamples
Single dependency:
Multiple dependencies:
Breaking Change
dependsparameter will need to update to useneeds. The old parameter is no longer supported and will result in a schema validation error.Testing
dependsparameter is properly rejectedneeds:clausesWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
api.contoso.com/tmp/go-build2030490951/b278/cli.test -test.testlogfile=/tmp/go-build2030490951/b278/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true(dns block)/tmp/go-build2232456022/b278/cli.test -test.testlogfile=/tmp/go-build2232456022/b278/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true(dns block)/tmp/go-build2110069848/b278/cli.test -test.testlogfile=/tmp/go-build2110069848/b278/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.