Skip to content

Commit

Permalink
casing retour
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kastil committed Oct 9, 2022
1 parent 6bb5915 commit b75aadb
Show file tree
Hide file tree
Showing 1,046 changed files with 5,627 additions and 11,677 deletions.
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

37 changes: 0 additions & 37 deletions aDemos/01-Intro/Demo-01/readme.md

This file was deleted.

13 changes: 0 additions & 13 deletions aDemos/03-Pipelines-Agents/Demo-02/readme.md

This file was deleted.

Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions aDemos/03-Pipelines-Agents/Demo-04/create-app-service.azcli

This file was deleted.

279 changes: 0 additions & 279 deletions aDemos/03-Pipelines-Agents/Demo-04/net-core-api-deploy.json

This file was deleted.

10 changes: 0 additions & 10 deletions aDemos/03-Pipelines-Agents/Demo-04/readme.md

This file was deleted.

Loading

0 comments on commit b75aadb

Please sign in to comment.