mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-04 18:50:23 +02:00
Test Azure Boards sync
This commit is contained in:
parent
dfb254d2dc
commit
6ae520c061
1 changed files with 23 additions and 0 deletions
23
.github/workflows/azuresync.yml
vendored
Normal file
23
.github/workflows/azuresync.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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: "${{ github.token }}"
|
||||
ado_organization: "Prowlarr"
|
||||
ado_project: "Prowlarr"
|
||||
ado_wit: "Issue"
|
||||
ado_new_state: "New"
|
||||
ado_active_state: "Active"
|
||||
ado_close_state: "Closed"
|
||||
ado_bypassrules: true
|
||||
log_level: 100
|
||||
Loading…
Reference in a new issue