Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #208 from Parabeac/hotfix/azure_sync
Browse files Browse the repository at this point in the history
Sync issues between ADO and Github
  • Loading branch information
ivan-015 committed Jan 14, 2021
2 parents cde1874 + acd2e93 commit c7cba4b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/devopsmain.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, edited, deleted, closed, reopened, labeled, unlabeled, 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 }}"
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "Parabeac-Main"
ado_project: "Core"
ado_wit: "Product Backlog Item"
ado_new_state: "New"
ado_active_state: "Active"
ado_close_state: "Closed"
ado_bypassrules: true

0 comments on commit c7cba4b

Please sign in to comment.