🚧Add sync ignore branches feature #170
Labels
cicd
CI/CD and workflow related work only
low-priority
Low Priority
✨new-feature
New feature that does not exist
I have done the items below . . .
Description
Add a feature to the SyncPRToIssue process where pull requests with a head branch can be ignored if they exist in an ignore list. This ignore list should be a comma delimited list of values from an ORG or REPO variable.
The name of the ORG/REPO variable should be PR_SYNC_BRANCH_BLACK_LIST.
Any branch names in this list will be ignored if the pull request has a head branch that matches any of the branch names.
Acceptance Criteria
This issue is finished when:
SyncPRToIssueRunner
updated to skip syncing if the head branch matches any branches in the black list.ToDo Items
Issue Dependencies
No response
Related Work
No response
Additional Information:
Change Type Labels
🐛bug
🧨breaking changes
enhancement
workflow
🗒️documentation code
📝documentation product
Priority Type Labels
low priority
medium priority
high priority
Code of Conduct
The text was updated successfully, but these errors were encountered: