mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Update azuresync.yml
[skip ci]
This commit is contained in:
4
.github/workflows/azuresync.yml
vendored
4
.github/workflows/azuresync.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: danhellem/github-actions-issue-to-work-item@master
|
- uses: danhellem/github-actions-issue-to-work-item@master
|
||||||
if: ${{ github.event.label.name == 'Type: Bug' }}
|
if: ${{ contains(github.event.issue.labels.*.name, 'Bug') == true }}
|
||||||
env:
|
env:
|
||||||
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
|
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
|
||||||
github_token: "${{ github.token }}"
|
github_token: "${{ github.token }}"
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
ado_bypassrules: true
|
ado_bypassrules: true
|
||||||
log_level: 100
|
log_level: 100
|
||||||
- uses: danhellem/github-actions-issue-to-work-item@master
|
- uses: danhellem/github-actions-issue-to-work-item@master
|
||||||
if: ${{ github.event.label.name != 'Type: Bug' }}
|
if: ${{ contains(github.event.issue.labels.*.name, 'Bug') == false }}
|
||||||
env:
|
env:
|
||||||
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
|
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
|
||||||
github_token: "${{ github.token }}"
|
github_token: "${{ github.token }}"
|
||||||
|
Reference in New Issue
Block a user