Skip to content

Instantly share code, notes, and snippets.

@tpugh
Created July 3, 2020 19:24
Show Gist options
  • Save tpugh/8d1b413f06a7dcd54f7f96be63f7a616 to your computer and use it in GitHub Desktop.
Save tpugh/8d1b413f06a7dcd54f7f96be63f7a616 to your computer and use it in GitHub Desktop.
workflow/labeler
name: "Pull Request Labeler"
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment