diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8fe40b3b69..f3ea4b219a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,6 @@ -##################################################### -# -# List of approvers and maintainers -# -##################################################### # # Learn about membership in OpenTelemetry community: -# https://github.com/open-telemetry/community/blob/master/community-membership.md -# -# -# Learn about CODEOWNERS file format: -# https://help.github.com/en/articles/about-code-owners +# https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md # * @open-telemetry/java-approvers @open-telemetry/java-instrumentation-approvers 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 = [ 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: 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 }}