chore: Improve package descriptions and issue tracker URL #79
Workflow file for this run
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: Assign author to Pull request | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
assign: | |
name: Assign author to PR | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- name: Assign author to PR | |
uses: technote-space/assign-author@v1 |