Skip to content

Refactor DXGI impl. into separate cpps. (#984) #247

Refactor DXGI impl. into separate cpps. (#984)

Refactor DXGI impl. into separate cpps. (#984) #247

# Automatically assigns the author who created the PR to the Assignees in GitHub.
name: PR Author Assign
permissions: read-all
on:
pull_request_target:
types: [ opened, reopened ]
permissions:

Check failure on line 9 in .github/workflows/linux_auto_assign_author.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/linux_auto_assign_author.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"