Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧Add sync ignore branches feature #170

Open
4 of 8 tasks
CalvinWilkinson opened this issue Oct 5, 2023 · 0 comments
Open
4 of 8 tasks

🚧Add sync ignore branches feature #170

CalvinWilkinson opened this issue Oct 5, 2023 · 0 comments
Assignees
Labels
cicd CI/CD and workflow related work only low-priority Low Priority ✨new-feature New feature that does not exist

Comments

@CalvinWilkinson
Copy link
Member

CalvinWilkinson commented Oct 5, 2023

I have done the items below . . .

  • I have updated the title without removing the 🚧 emoji.

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:

  • PR_SYNC_BRANCH_BLACK_LIST org variable added
  • SyncPRToIssueRunner updated to skip syncing if the head branch matches any branches in the black list.
    • Notice printed to GitHub console if skipped due to a black-list match.

ToDo Items

  • Priority label added to this issue. Refer to the Priority Type Labels section below.
  • Change type labels added to this issue. Refer to the Change Type Labels section below.
  • Issue linked to the correct project.

Issue Dependencies

No response

Related Work

No response

Additional Information:

Change Type Labels

Change Type Label
Bug Fixes 🐛bug
Breaking Changes 🧨breaking changes
Enhancement enhancement
Workflow Changes workflow
Code Doc Changes 🗒️documentation code
Product Doc Changes 📝documentation product

Priority Type Labels

Priority Type Label
Low Priority low priority
Medium Priority medium priority
High Priority high priority

Code of Conduct

  • I agree to follow this project's Code of Conduct.
@CalvinWilkinson CalvinWilkinson added ✨new-feature New feature that does not exist high-priority High Priority cicd CI/CD and workflow related work only labels Oct 5, 2023
@CalvinWilkinson CalvinWilkinson self-assigned this Oct 5, 2023
@github-project-automation github-project-automation bot moved this to ⚪Not Set in KD-Team Oct 5, 2023
@CalvinWilkinson CalvinWilkinson added low-priority Low Priority and removed high-priority High Priority labels Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd CI/CD and workflow related work only low-priority Low Priority ✨new-feature New feature that does not exist
Projects
Status: ⚪Not Set
Development

No branches or pull requests

1 participant