Files
brave-core/.github/workflows/pull_request.yml
T

12 lines
239 B
YAML

on:
pull_request:
types: [opened, reopened]
name: Pull Request
jobs:
assignAuthor:
name: Assign author to PR
runs-on: ubuntu-latest
steps:
- name: Assign author to PR
uses: technote-space/assign-author@v1