Skip to content

gh pr checkout 63484 - Remove release branch triggers from CI workflow#63484

Closed
ghost wants to merge 1 commit into
mainfrom
unknown repository
Closed

gh pr checkout 63484 - Remove release branch triggers from CI workflow#63484
ghost wants to merge 1 commit into
mainfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented May 16, 2026

ISRAEL - TZAHAL

Updated CI workflow to remove release branch triggers.
Copilot AI review requested due to automatic review settings May 16, 2026 13:12
@github-project-automation github-project-automation Bot moved this to Not started in PR Backlog May 16, 2026
@typescript-bot typescript-bot added For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels May 16, 2026
@typescript-bot
Copy link
Copy Markdown
Collaborator

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

1 similar comment
@typescript-bot
Copy link
Copy Markdown
Collaborator

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions CI workflow triggers with the apparent goal of removing release-branch (release-*) CI runs.

Changes:

  • Removed the main/release-* branch filters under on.push, on.pull_request, and on.merge_group.
  • Left branches: keys present but with empty values.
Comments suppressed due to low confidence (2)

.github/workflows/ci.yml:11

  • on.pull_request.branches is currently empty. As with push, this will fail workflow validation because branches must be a list of patterns. Either specify the intended branch filter (e.g. only main) or remove branches: to use the default behavior.
  pull_request:
    branches:

      

.github/workflows/ci.yml:15

  • on.merge_group.branches is empty, which should make the workflow invalid under GitHub Actions' schema (branches must be a list of patterns). If merge queue should only apply to main, specify branches: [main]; otherwise remove the branches: key.
  merge_group:
    branches:

      

Comment thread .github/workflows/ci.yml
Comment on lines 3 to +7
on:
push:
branches:
- main
- release-*


Comment thread .github/workflows/ci.yml
Comment on lines 3 to 5
on:
push:
branches:
Copy link
Copy Markdown
Author

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revisão

@ghost ghost changed the title Remove release branch triggers from CI workflow gh pr checkout 63484 - Remove release branch triggers from CI workflow May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Status: Not started

Development

Successfully merging this pull request may close these issues.

3 participants