From 29a29db0e5e1f018ce2dcbf0315f38387b2c1b42 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 1 Nov 2025 09:00:23 -0700 Subject: [PATCH 1/5] Align workflows with other OpenTelemetry Java repositories - Rename FOSSA workflow from 'FOSSA scanning' to 'FOSSA' --- .github/workflows/fossa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index f86b5a9932..4f2c7d5d6f 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -1,4 +1,4 @@ -name: FOSSA scanning +name: FOSSA on: push: From 79e6cca345caba5a5803a9efe34033fc61d71f36 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 1 Nov 2025 09:24:50 -0700 Subject: [PATCH 2/5] Add in:title to workflow notification search pattern --- .github/workflows/reusable-workflow-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-workflow-notification.yml b/.github/workflows/reusable-workflow-notification.yml index 96aa910674..290da13075 100644 --- a/.github/workflows/reusable-workflow-notification.yml +++ b/.github/workflows/reusable-workflow-notification.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - number=$(gh issue list --search "Workflow failed: $GITHUB_WORKFLOW" --limit 1 --json number -q .[].number) + number=$(gh issue list --search "in:title Workflow failed: $GITHUB_WORKFLOW" --limit 1 --json number -q .[].number) echo $number echo ${{ inputs.success }} From b007c820e3fa703d91ec88faf387005c166e76b5 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 1 Nov 2025 10:14:36 -0700 Subject: [PATCH 3/5] Align lychee config: use double quotes --- .github/config/lychee.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config/lychee.toml b/.github/config/lychee.toml index caabb59c03..f65d826429 100644 --- a/.github/config/lychee.toml +++ b/.github/config/lychee.toml @@ -11,7 +11,7 @@ include_fragments = true remap = [ # workaround for https://github.com/lycheeverse/lychee/issues/1729 - 'https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4' + "https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4", ] exclude = [ From ab055b80cb3dd0ea1d17b0ae530cacc3d75e27b4 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 1 Nov 2025 10:19:17 -0700 Subject: [PATCH 4/5] Align CODEOWNERS header with standard format --- .github/CODEOWNERS | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8fe40b3b69..fe1f3796dd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1,9 @@ -##################################################### -# -# List of approvers and maintainers -# -##################################################### # # Learn about membership in OpenTelemetry community: -# https://github.com/open-telemetry/community/blob/master/community-membership.md -# +# https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md +# # -# Learn about CODEOWNERS file format: +# Learn about CODEOWNERS file format: # https://help.github.com/en/articles/about-code-owners # From 81e7f06ffc2c0e390ce82d6f025820f64e539fe1 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 1 Nov 2025 10:22:11 -0700 Subject: [PATCH 5/5] Remove redundant CODEOWNERS format section from header --- .github/CODEOWNERS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fe1f3796dd..f3ea4b219a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,9 +2,5 @@ # Learn about membership in OpenTelemetry community: # https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md # -# -# Learn about CODEOWNERS file format: -# https://help.github.com/en/articles/about-code-owners -# * @open-telemetry/java-approvers @open-telemetry/java-instrumentation-approvers