tldr-pages / tldr-labeler-action

Action to handle automatic PR labeling
MIT License
5 stars 0 forks source link
hacktoberfest tldr tldr-pages

@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