Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Last active August 28, 2021 00:34
Show Gist options
  • Save maxirosson/3d48fb2f6119f1c83b9f2c9b4ac094a7 to your computer and use it in GitHub Desktop.
Save maxirosson/3d48fb2f6119f1c83b9f2c9b4ac094a7 to your computer and use it in GitHub Desktop.
name: "Pull Request Labeler"
on:
- pull_request
jobs:
label:
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/pr-labeler-based-on-multiple-rules
- uses: srvaroa/labeler@v0.8
with:
config_path: .github/labeler_config.yml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment