Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/azure-iot-sdk-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: az-iot-builder-01/azure-iot-sdk-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sejsha/ado_github_connection
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 16 commits
  • 2 files changed
  • 1 contributor

Commits on May 14, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dd9ec3c View commit details

Commits on May 15, 2020

  1. Copy the full SHA
    c2e6815 View commit details
  2. Updating types

    az-iot-builder-01 authored May 15, 2020
    Copy the full SHA
    5f5ef9f View commit details
  3. Copy the full SHA
    05c8647 View commit details
  4. Copy the full SHA
    4cc95e0 View commit details
  5. Copy the full SHA
    2a3a765 View commit details
  6. Copy the full SHA
    945388a View commit details
  7. Copy the full SHA
    61bfed6 View commit details
  8. Copy the full SHA
    d2d87f1 View commit details
  9. Copy the full SHA
    207448e View commit details
  10. Trial

    az-iot-builder-01 authored May 15, 2020
    Copy the full SHA
    4995e87 View commit details
  11. Trial

    az-iot-builder-01 authored May 15, 2020
    Copy the full SHA
    5c672f7 View commit details
  12. trial

    az-iot-builder-01 authored May 15, 2020
    Copy the full SHA
    c4a7df8 View commit details
  13. Adding a workflow

    az-iot-builder-01 authored May 15, 2020
    Copy the full SHA
    e0658dc View commit details
  14. Trial

    az-iot-builder-01 authored May 15, 2020
    Copy the full SHA
    72749c4 View commit details
  15. trial

    az-iot-builder-01 authored May 15, 2020
    Copy the full SHA
    ac1477b View commit details
Showing with 30 additions and 8 deletions.
  1. +8 −8 .github/workflows/github_issues.yml
  2. +22 −0 .github/workflows/main.yml
16 changes: 8 additions & 8 deletions .github/workflows/github_issues.yml
Original file line number Diff line number Diff line change
@@ -3,20 +3,20 @@ name: Sync issue to Azure DevOps work item
"on":
issues:
types:
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
[opened, assigned]

jobs:
alert:
runs-on: ubuntu-latest
steps:
- uses: danhellem/github-actions-issue-to-work-item@master
env:
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
ado_token: "nsqmnersluwzixx6pmvyrjh6kxvjrpi2opjerzza6ikzkkiv3qzq"
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "${{ secrets.ADO_ORGANIZATION }}"
ado_project: "${{ secrets.ADO_PROJECT }}"
ado_area_path: "${{ secrets.ADO_AREA_PATH }}"
ado_wit: "User Story"
ado_organization: "msazure"
ado_project: "One"
ado_area_path: "One\\IoT\\Developers and Devices\\SDKs\\Managed"
ado_wit: "Bug"
ado_new_state: "New"
ado_close_state: "Closed"
ado_bypassrules: false
ado_close_state: "Done"
ado_bypassrules: false
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Sync issue to Azure DevOps work item

"on":
issues:
types:
[opened, assigned]

jobs:
alert:
runs-on: ubuntu-latest
steps:
- uses: danhellem/github-actions-issue-to-work-item@master
env:
ado_token: "nsqmnersluwzixx6pmvyrjh6kxvjrpi2opjerzza6ikzkkiv3qzq"
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "msazure"
ado_project: "One"
ado_area_path: "One\\IoT\\Developers and Devices\\SDKs\\Managed"
ado_wit: "Bug"
ado_new_state: "New"
ado_close_state: "Done"
ado_bypassrules: false