Skip to content

ci: avoid running same workflow multiple times on the same PR at the … #379

ci: avoid running same workflow multiple times on the same PR at the …

ci: avoid running same workflow multiple times on the same PR at the … #379

Workflow file for this run

# .github/workflows/auto-author-assign.yml
name: "Auto Author Assign"
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]