File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed
Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1- # ####################################################
2- #
3- # List of approvers and maintainers
4- #
5- # ####################################################
61#
72# Learn about membership in OpenTelemetry community:
8- # https://github.com/open-telemetry/community/blob/master/community-membership.md
9- #
10- #
11- # Learn about CODEOWNERS file format:
12- # https://help.github.com/en/articles/about-code-owners
3+ # https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md
134#
145
156* @ open-telemetry/java-approvers @ open-telemetry/java-instrumentation-approvers
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include_fragments = true
1111
1212remap = [
1313 # workaround for https://github.com/lycheeverse/lychee/issues/1729
14- ' https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4'
14+ " https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4" ,
1515]
1616
1717exclude = [
Original file line number Diff line number Diff line change 1- name : FOSSA scanning
1+ name : FOSSA
22
33on :
44 push :
Original file line number Diff line number Diff line change 2525 env :
2626 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2727 run : |
28- number=$(gh issue list --search "Workflow failed: $GITHUB_WORKFLOW" --limit 1 --json number -q .[].number)
28+ number=$(gh issue list --search "in:title Workflow failed: $GITHUB_WORKFLOW" --limit 1 --json number -q .[].number)
2929
3030 echo $number
3131 echo ${{ inputs.success }}
You can’t perform that action at this time.
0 commit comments