forked from alexander-kastil/az-400
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bb5915
commit b75aadb
Showing
1,046 changed files
with
5,627 additions
and
11,677 deletions.
There are no files selected for viewing
14 changes: 3 additions & 11 deletions
14
.github/workflows/issues-to-az-devops.yml → .github/workflows/sync-issues.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,22 @@ | ||
# This is a basic workflow to help you get started with Actions | ||
|
||
name: Export Issues to Azure DevOps Boards | ||
|
||
# Controls when the action will run. | ||
on: | ||
issues: | ||
types: | ||
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned] | ||
|
||
jobs: | ||
alert: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: GitHub Issues to Azure DevOps | ||
# You may pin to the exact commit or the version. | ||
# uses: danhellem/github-actions-issue-to-work-item@b82f03709b7cc669a689261658f2fabb0586f0ed | ||
uses: danhellem/github-actions-issue-to-work-item@v2.0 | ||
env: | ||
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}" | ||
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}" | ||
ado_token: "${{ secrets.ADO_SYNC_TOKEN }}" | ||
github_token: "${{ secrets.GH_SYNC_TOKEN }}" | ||
ado_organization: "integrations-training" | ||
ado_project: "Classes" | ||
ado_project: "az-400-next" | ||
ado_wit: "Issue" | ||
ado_new_state: "New" | ||
ado_active_state: "Active" | ||
ado_close_state: "Closed" | ||
ado_bypassrules: true | ||
log_level: 100 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions
12
aDemos/03-Pipelines-Agents/Demo-04/create-app-service.azcli
This file was deleted.
Oops, something went wrong.
279 changes: 0 additions & 279 deletions
279
aDemos/03-Pipelines-Agents/Demo-04/net-core-api-deploy.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.