cisco.mso.mso_schema_site_anp_epg_staticport traceback on adding static ports in bulk (DCNE-86) #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync GitHub Issues & Pull Requests to Jira | |
on: [issues, issue_comment, pull_request] | |
concurrency: jira_issues | |
jobs: | |
sync_issues_to_jira: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Sync GitHub Issues & Pull Requests to Jira | |
uses: ciscoecosystem/[email protected] | |
with: | |
sync_label: jira-sync | |
status_field_id: 10740 | |
find_jira_retries: 0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
JIRA_PASS: ${{ secrets.JIRA_PASS }} | |
JIRA_USER: ${{ secrets.JIRA_USER }} | |
JIRA_URL: ${{ secrets.JIRA_URL }} | |
JIRA_PROJECT: DCNE | |
JIRA_COMPONENT: ansible-mso | |
JIRA_ISSUE_TYPE: GitHub Issue |