Update migrating-from-azure-pipelines-to-github-actions.md#8979
Update migrating-from-azure-pipelines-to-github-actions.md#8979tedescomicchidev wants to merge 2 commits intogithub:mainfrom tedescomicchidev:main
Conversation
Mentioning the ability to concatenate the stages similar to Azure Pipelines when leveraging the `workflow_run` webhook event trigger.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
@tedescomicchidev |
|
|
||
| - Azure Pipelines supports a legacy _classic editor_, which lets you define your CI configuration in a GUI editor instead of creating the pipeline definition in a YAML file. {% data variables.product.prodname_actions %} uses YAML files to define workflows and does not support a graphical editor. | ||
| - Azure Pipelines allows you to omit some structure in job definitions. For example, if you only have a single job, you don't need to define the job and only need to define its steps. {% data variables.product.prodname_actions %} requires explicit configuration, and YAML structure cannot be omitted. | ||
| - Azure Pipelines supports _stages_ defined in the YAML file, which can be used to create deployment workflows. {% data variables.product.prodname_actions %} requires you to separate stages into separate YAML workflow files. |
skedwards88
left a comment
There was a problem hiding this comment.
🎉 Great addition! Thanks for sharing this! I will make one minor wording change, then get this merged down for you.
content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md
Outdated
Show resolved
Hide resolved
9831267
|
@tedescomicchidev It looks like I don't have permission to resolve the merge conflict. I think if you enable the checkbox to allow maintainer edits, then I will be able to resolve this. (https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork ) Alternatively, could you resolve the merge conflict? |
|
@tedescomicchidev The PR has some unresolved conflicts which is blocking the merge 💛 Could you please try resolving the conflict by merging into your working branch from main? Once the conflicts are resolved, I will be able to merge this PR ✨ Thanks so much for your time in contributing to the GitHub docs 💖 |
This comment has been minimized.
This comment has been minimized.
|
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
Pull request was closed
Mentioning the ability to concatenate the stages similar to Azure Pipelines when leveraging the
workflow_runwebhook event trigger.Why:
Closes [issue link]
What's being changed:
Check off the following:
Writer impact (This section is for GitHub staff members only):