Skip to content

tldr-pages/tldr-labeler-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

@tldr-pages/labeler

GitHub action that handles labeling PRs for the tldr-pages/tldr repo.

Usage

on: pull_request_target

permissions:
  pull-requests: write

jobs:
  labeler:
    runs-on: ubuntu-latest
    steps:
    - uses: tldr-pages/tldr-labeler-action@vX.Y.Z
      with:
        token: "${{ secrets.GITHUB_TOKEN }}"

Contributing

  1. Configure and install dependencies: npm install
  2. Create a new branch git checkout -b my_branch_name
  3. Make any changes
  4. Update the dist/ files: npm run build
  5. Push your fork and submit a PR