Artifact 7469065bf6951991740e66bdef312a016f00d2ee:
- File .github/auto-assignment.yml — part of check-in [7078901d62] at 2023-01-16 07:34:20 on branch trunk — Add GitHub Actions file to auto assignment issues from GitHub. (user: user, size: 409) [annotate] [blame] [check-ins using]
- File .github/workflows/auto-assignment.yml — part of check-in [fbab309c65] at 2023-01-16 07:36:14 on branch trunk — Correct a mistake in the GitHub Actions file. (user: user, size: 409) [annotate] [blame] [check-ins using]
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 }}