Skip to content

tldr PR Labeler

Actions
Automatically label new pull requests for tldr-pages/tldr repo
v0.6.0
Latest
Star (5)

@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/[email protected]
      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

tldr PR Labeler is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatically label new pull requests for tldr-pages/tldr repo
v0.6.0
Latest

tldr PR Labeler is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.