fix: extend NodeDiagnostics with node state, distance, datacenter and pool size (DRIVER-540) #115
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 Jira Based on PR Events | |
| on: | |
| pull_request_target: | |
| types: [opened, edited, ready_for_review, review_requested, labeled, unlabeled, closed] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| jobs: | |
| jira-sync: | |
| uses: scylladb/github-automation/.github/workflows/main_pr_events_jira_sync.yml@7b9848eb304fd3af1e757fe3c3c1ed497515f0fc # main | |
| with: | |
| caller_action: ${{ github.event.action }} | |
| secrets: | |
| caller_jira_auth: ${{ secrets.USER_AND_KEY_FOR_JIRA_AUTOMATION }} |