Skip to content

GitHub Actions: Upgrade GitHub Runner Image from ubuntu-22.04 to ubuntu-latest #523

GitHub Actions: Upgrade GitHub Runner Image from ubuntu-22.04 to ubuntu-latest

GitHub Actions: Upgrade GitHub Runner Image from ubuntu-22.04 to ubuntu-latest #523

name: Auto Author Assign
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.assignee }}
steps:
- uses: toshimaru/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}