This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
This file contains 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
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
kuisathaverat
approved these changes
Jan 4, 2021
v1v
commented
Jan 5, 2021
git("https://github.com/elastic/observability-dev.git") | ||
dir('.github/labels') { | ||
withCredentials([string(credentialsId: '2a9602aa-ab9f-4e52-baf3-b71ca88469c7', variable: 'GITHUB_TOKEN')]) { | ||
sh 'github-labels-sync.sh "${GITHUB_TOKEN}"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the contract
mdelapenya
approved these changes
Jan 25, 2021
This was referenced Mar 17, 2021
2 tasks
v1v
referenced
this pull request
in v1v/apm-pipeline-library
May 23, 2021
* [GH][LABELS] Automation * Use a script to simplify the CI execution Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
It uses https://github.com/Financial-Times/github-label-sync to populate the labels that are stored in main
labels.yml
file and specific labels that are defined in each -labels.yml file.Why is it important?
Normalise the same common labels (description, colour) for all the observability repositories
Note
This won't delete the existing ones neither it will apply those changes yet (dry-run mode is enabled)