Last active
September 3, 2020 04:42
-
-
Save sammyrulez/9a10c6da058bcc0c72a5e6a6db80dabe to your computer and use it in GitHub Desktop.
labeler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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