Skip to content

Commit 3072da4

Browse files
committed
2 parents b70b5c9 + 9ef40bd commit 3072da4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ jobs:
1212
name: Running Workflow
1313
steps:
1414
- uses: danhellem/github-actions-pr-to-work-item@master
15-
env:
15+
env:
16+
debug: false
1617
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
1718
github_token: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
1819
ado_organization: '${{ secrets.ADO_ORGANIZATION }}'
1920
ado_project: '${{ secrets.ADO_PROJECT }}'
20-
ado_wit: 'Pull Request'
21+
ado_wit: 'GitHub Pull Request'
2122
ado_new_state: 'New'
2223
ado_active_state: 'Active'
2324
ado_close_state: 'Closed'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Update Azure DevOps work item when a GitHub Issue is updated
1212

1313
The id of the Work Item created or updated
1414

15-
## Example usage
15+
## Example
1616

1717
1. Add a secret named `ADO_PERSONAL_ACCESS_TOKEN` containing an [Azure Personal Access Token](https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate) with "read & write" permission for Work Items
1818

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)