Skip to content

Bump MemoryPack from 1.21.1 to 1.21.3 #62

Bump MemoryPack from 1.21.1 to 1.21.3

Bump MemoryPack from 1.21.1 to 1.21.3 #62

Workflow file for this run

name: Assign PR to creator
# Due to GitHub token limitation, only able to assign org members not authors from forks.
# https://github.com/thomaseizinger/assign-pr-creator-action/issues/3
on:
pull_request:
types: [opened]
branches-ignore:
- l10n_dev
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}