Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/github_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
alert:
runs-on: ubuntu-latest
steps:
- uses: danhellem/github-actions-issue-to-work-item@master
- uses: danhellem/github-actions-issue-to-work-item@70e94b931901465f5550532c7a061b0d103b4b10
env:
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "${{ secrets.ADO_ORGANIZATION }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issuelabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v1.0.0
- uses: Naturalclar/issue-action@1ba0f6c220ac460ff41be05f646eda120611a960
with:
keywords: '[""]'
labels: '["IoTSDK"]'
Expand Down