Skip to content

[marshal] Exoware Tweaks #376

[marshal] Exoware Tweaks

[marshal] Exoware Tweaks #376

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened]
permissions:
pull-requests: write
jobs:
assign-creator:
name: Assign PR Creator
runs-on: ubuntu-latest
steps:
- name: Add PR creator as assignee
env:
GH_TOKEN: ${{ github.token }}
run: gh pr edit "${{ github.event.pull_request.number }}" --repo "${{ github.repository }}" --add-assignee "${{ github.event.pull_request.user.login }}"