Skip to content

Introduce Policies versioning (map of maps) #258

Introduce Policies versioning (map of maps)

Introduce Policies versioning (map of maps) #258

#
# When a PR is opened: Automatically assign author
#
name: "Auto Assign"
on:
#issues:
# types: [opened, reopened]
pull_request_target:
types: [opened, reopened]
permissions:
#issues: write
pull-requests: write
jobs:
assign:
name: Assign Author
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.6.2