Free Hero Mesh

auto-assignment.yml at [382666e88a]
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

File .github/workflows/auto-assignment.yml artifact 7469065bf6 part of check-in 382666e88a


on:
  issues:
    types:
      - opened
  pull_request:
    types:
      - opened
permissions:
  contents: read
  issues: write
  pull-requests: write
jobs:
  default:
    runs-on: ubuntu-latest
    steps:
      - run: gh issue edit ${{ github.event.issue.number }} --add-assignee ${{ github.repository_owner }}
        env:
          GH_TOKEN: ${{ github.token }}
          GH_REPO: ${{ github.repository }}