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

Create 2024-09-01-llama3-1-gemma2-support.mdx #209

Create 2024-09-01-llama3-1-gemma2-support.mdx

Create 2024-09-01-llama3-1-gemma2-support.mdx #209

# 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/auto-author-assign@v1.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"