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

fix(gitlab): correct the value of SHATitle in Merge event #1902

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

l-qing
Copy link
Contributor

@l-qing l-qing commented Feb 1, 2025

In this context, the SHATitle should be the title of the last commit, while the PullRequestTitle is the title of the PR.

Changes

Submitter Checklist

  • 📝 Ensure your commit message is clear and informative. Refer to the How to write a git commit message guide. Include the commit message in the PR body rather than linking to an external site (e.g., Jira ticket).

  • ♽ Run make test lint before submitting a PR to avoid unnecessary CI processing. Consider installing pre-commit and running pre-commit install in the repository root for an efficient workflow.

  • ✨ We use linters to maintain clean and consistent code. Run make lint before submitting a PR. Some linters offer a --fix mode, executable with make fix-linters (ensure markdownlint and golangci-lint are installed).

  • 📖 Document any user-facing features or changes in behavior.

  • 🧪 While 100% coverage isn't required, we encourage unit tests for code changes where possible.

  • 🎁 If feasible, add an end-to-end test. See README for details.

  • 🔎 Address any CI test flakiness before merging, or provide a valid reason to bypass it (e.g., token rate limitations).

  • If adding a provider feature, fill in the following details:

Git Provider Supported
GitLab ✅️

(update the documentation accordingly)

@l-qing l-qing force-pushed the fix/gitlab-shatitle-value branch from 74d5c0c to 21da37a Compare February 1, 2025 07:01
In this context, the SHATitle should be the title of the last commit,
while the PullRequestTitle is the title of the PR.
@l-qing l-qing force-pushed the fix/gitlab-shatitle-value branch from 21da37a to 110167a Compare February 2, 2025 11:02
@zakisk
Copy link
Contributor

zakisk commented Feb 3, 2025

makes sense!

@zakisk
Copy link
Contributor

zakisk commented Feb 3, 2025

/test

@chmouel
Copy link
Member

chmouel commented Feb 3, 2025

/retest

@chmouel
Copy link
Member

chmouel commented Feb 3, 2025

there is some weird thing going on with the dogfood cluster

/retest

@chmouel chmouel merged commit aae5564 into openshift-pipelines:main Feb 3, 2025
5 checks passed
@chmouel
Copy link
Member

chmouel commented Feb 3, 2025

thank you @l-qing 🙏🏻

@l-qing l-qing deleted the fix/gitlab-shatitle-value branch February 3, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants