Skip to content

CODEOWNERS: add Oracle Log Analytics output plugin owners #5507

CODEOWNERS: add Oracle Log Analytics output plugin owners

CODEOWNERS: add Oracle Log Analytics output plugin owners #5507

Workflow file for this run

name: 'Pull requests labels'
on:
pull_request_target:
types:
- opened
permissions:
contents: read
pull-requests: write
jobs:
apply-default-labels:
name: PR - apply default labels
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf
name: Label the PR with 'docs-required' by default.
with:
labels: docs-required
github_token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.pull_request.number }}
repo: fluent/fluent-bit