We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c08031 commit fc5bdacCopy full SHA for fc5bdac
.github/labeler.yml
@@ -0,0 +1,8 @@
1
+test native:
2
+ - changed-files:
3
+ - any-glob-to-any-file:
4
+ - instrumentation/logback/logback-appender-10/library/**
5
+ - instrumentation/jdbc/library/**
6
+ - instrumentation/spring/**
7
+ - smoke-tests-otel-starter/**
8
+ - all-globs-to-all-files: '!instrumentation/spring/**/javaagent/**
.github/workflows/label.yml
@@ -0,0 +1,15 @@
+name: Labeler
+on: [pull_request_target]
+
+jobs:
+ label:
+ runs-on: ubuntu-latest
+ permissions:
9
+ contents: read
10
+ pull-requests: write
11
12
+ steps:
13
+ - uses: actions/labeler@v4
14
+ with:
15
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments