Skip to content

Commit

Permalink
💄 prettify workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed Jun 23, 2023
1 parent 389f11d commit b0e6424
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Auto Author Assign

on:
pull_request_target:
types: [ opened, reopened ]
pull_request_target:
types: [opened, reopened]

permissions:
pull-requests: write
pull-requests: write

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.6.2
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.6.2

0 comments on commit b0e6424

Please sign in to comment.