Automatic addition of the test native label to some PRs (#10653)
This commit is contained in:
parent
8c080313c9
commit
fc5bdac100
|
@ -0,0 +1,8 @@
|
|||
test native:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- instrumentation/logback/logback-appender-10/library/**
|
||||
- instrumentation/jdbc/library/**
|
||||
- instrumentation/spring/**
|
||||
- smoke-tests-otel-starter/**
|
||||
- all-globs-to-all-files: '!instrumentation/spring/**/javaagent/**
|
|
@ -0,0 +1,15 @@
|
|||
name: Labeler
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue