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
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }}" |