Last active
April 9, 2023 19:36
-
-
Save KyMidd/b6bb1020d8ab2c4701f790cd248f90af to your computer and use it in GitHub Desktop.
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
| # Define the projects to create autolink references for | |
| AUTOLINK_JIRA_PROJECT_KEYS=( | |
| ABC | |
| DEF | |
| GHI | |
| JKL | |
| MNO | |
| PQR | |
| STU | |
| VWY | |
| ZYA | |
| BCD | |
| EFG | |
| ) | |
| AUTOLINK_JIRA_PROJECT_KEYS=$(echo "${AUTOLINK_JIRA_PROJECT_KEYS[@]}" | tr ' ' '\n') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment