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

Hide unfinished pages and make critical content live again #5

Hide unfinished pages and make critical content live again

Hide unfinished pages and make critical content live again #5

# 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 }}"