Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 566 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 566 Bytes

@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