Skip to content

add f_lib.logging

add f_lib.logging #5

name: PR Target (opened)
on:
pull_request:
types:
- opened
- reopened
jobs:
assign-author:
name: Assign Author to PR
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: technote-space/assign-author@v1 # cspell:ignore technote
label-pr:
name: Label PR
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}