Skip to content

Instantly share code, notes, and snippets.

@sammyrulez
Last active September 3, 2020 04:42
Show Gist options
  • Save sammyrulez/9a10c6da058bcc0c72a5e6a6db80dabe to your computer and use it in GitHub Desktop.
Save sammyrulez/9a10c6da058bcc0c72a5e6a6db80dabe to your computer and use it in GitHub Desktop.
labeler
name: Monorepo PR Repo Labeler
on:
pull_request:
types: [opened]
branches:
- main
jobs:
labelPR:
name: Label PR With Repo(s)
runs-on: ubuntu-latest
steps:
- name: Label PRs
uses: adamzolyak/monorepo-pr-labeler-action@patching
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment