Free Hero Mesh

Artifact [7469065bf6]
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Artifact 7469065bf6951991740e66bdef312a016f00d2ee:


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