Skip to content

feat(neovim): update oil.nvim config #256

feat(neovim): update oil.nvim config

feat(neovim): update oil.nvim config #256

Workflow file for this run

name: pull-request
on:
pull_request:
types:
- opened
- reopened
permissions:
contents: read
pull-requests: write
jobs:
pr-labeler:
name: PR Labeler
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# workaround for sync-labels bug:
# https://github.com/actions/labeler/issues/112#issuecomment-1000491676
# sync-labels: ""
configuration-path: ".github/labeler.yml"
pr-assigner:
name: Assign author to PR
if: ${{ ! contains(fromJson('["renovate[bot]", "dependabot[bot]"]'), github.actor) }}
runs-on: ubuntu-latest
steps:
- name: Assign author to PR
uses: technote-space/assign-author@v1