Skip to content

Default to own fork on "Create pull request" if it exists and not a maintainer #8835

Default to own fork on "Create pull request" if it exists and not a maintainer

Default to own fork on "Create pull request" if it exists and not a maintainer #8835

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened, edited]
issues:
types: [opened, edited]
jobs:
Label:
runs-on: ubuntu-latest
steps:
- uses: fregante/title-to-labels-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}