Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danhellem authored Dec 20, 2022
1 parent a770053 commit 50db012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
steps:
- uses: danhellem/github-actions-pr-to-work-item@master
env:
debug: true
debug: false
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
github_token: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
ado_organization: '${{ secrets.ADO_ORGANIZATION }}'
ado_project: '${{ secrets.ADO_PROJECT }}'
ado_wit: 'Pull Request'
ado_wit: 'GitHub Pull Request'
ado_new_state: 'New'
ado_active_state: 'Active'
ado_close_state: 'Closed'

0 comments on commit 50db012

Please sign in to comment.