Skip to content

[RPC-GO] List of flags is overwhelming for activate command #73

[RPC-GO] List of flags is overwhelming for activate command

[RPC-GO] List of flags is overwhelming for activate command #73

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:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit
- uses: danhellem/github-actions-issue-to-work-item@3072da42abf94ebe4c7778c57fb4af06db341c72 # v2.2
env:
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "rbheBoards"
ado_project: "OpenAMT"
ado_wit: "Product Backlog Item"
ado_new_state: "New"
ado_active_state: "Active"
ado_close_state: "Closed"
ado_bypassrules: true
log_level: 100