Skip to content

Commit 51f517d

Browse files
authored
Small alignments of workflows across the 6 Java repos (#878)
1 parent f3e2840 commit 51f517d

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
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

.github/config/lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include_fragments = true
1111

1212
remap = [
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

1717
exclude = [

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: FOSSA scanning
1+
name: FOSSA
22

33
on:
44
push:

.github/workflows/reusable-workflow-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)