Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

docs: Updated the docs for the v4.12 releases and the new structure #80

docs: Updated the docs for the v4.12 releases and the new structure

docs: Updated the docs for the v4.12 releases and the new structure #80

# Auto assign author, tags, and reviewers to pull requests
name: "Auto Assign Author"
on:
pull_request:
types: [opened]
jobs:
assign-author:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"