view .github/workflows/label.yml @ 33883:3f4883e56207

runtime(doc): remove non-existent parameter in shift-command (#13626) Commit: https://github.com/vim/vim/commit/2103a56eab5a935f3c14c6e0b1610ff16fc8678f Author: Roy Orbitson <Roy-Orbison@users.noreply.github.com> Date: Wed Dec 6 01:14:33 2023 +1030 runtime(doc): remove non-existent parameter in shift-command (https://github.com/vim/vim/issues/13626) The variant with the {count} parameter is explained in the next item. Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 15:16:20 +0100
parents 27ce9b18f1d5
children b1e48fed6e55
line wrap: on
line source

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration.  For more information, see:
# https://github.com/actions/labeler

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 }}"
        configuration-path: .github/labeler.yml
        sync-labels: ''