Skip to content

feat(tailsampling): enable nesting of not policy within and_sub_polic… #40135

feat(tailsampling): enable nesting of not policy within and_sub_polic…

feat(tailsampling): enable nesting of not policy within and_sub_polic… #40135

name: "Auto Assign"
on:
pull_request_target:
types:
- opened
- ready_for_review
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
add-owner:
permissions:
pull-requests: write # required for assigning reviewers to PRs
runs-on: ubuntu-24.04
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false && toJSON(github.event.pull_request.assignees) == '[]' }}
steps:
- name: run
uses: kentaro-m/auto-assign-action@0a2c53d3721e4c5cfcce6afd4014aecc337979f6 # v2.0.2
with:
configuration-path: ".github/auto_assign.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"