[minor_change] Migrate resources and data-sources aci_vmm_domain, aci_cdp_interface_policy, and aci_lldp_interface_policy to terraform plugin framework and create resources and data-sources for aci_firewall_policy, aci_ip_address_block, aci_ip_address_pool, and aci_l2_mtu_policy (DCNE-414) #3153
Workflow file for this run
This file contains hidden or 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: | |
| pull_request_target: | |
| types: | |
| - assigned | |
| - unassigned | |
| - labeled | |
| - unlabeled | |
| - opened | |
| - edited | |
| - closed | |
| - reopened | |
| - synchronize | |
| - converted_to_draft | |
| - ready_for_review | |
| - locked | |
| - unlocked | |
| - review_requested | |
| - review_request_removed | |
| - auto_merge_enabled | |
| - auto_merge_disabled | |
| workflow_run: | |
| workflows: [jira-issue-sync-pr-review] | |
| types: | |
| - completed | |
| issues: | |
| issue_comment: | |
| concurrency: jira_issues | |
| jobs: | |
| sync_issues_to_jira: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Sync GitHub Issues & Pull Requests to Jira | |
| uses: ciscoecosystem/sync-jira-actions@v1 | |
| with: | |
| sync_label: jira-sync | |
| status_field_id: 10740 | |
| find_jira_retries: 0 | |
| link_closing_issues: true | |
| 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: terraform-provider-aci | |
| JIRA_ISSUE_TYPE: GitHub Issue |